AsciiBorder<T>(T) Method
    Display an ASCII border.
    
        public static T AsciiBorder<T>(this T obj) where T : class, IHasBoxBorder
        - Namespace
 - Spectre
.Console  - Containing Type
 - Has
Box Border Extensions  
Parameters
- 
                                
T - An object type with a border.
 
Parameters
- T obj
 - The object to set the border for.
 
Returns
- T