PadRight<T>(T, int) Method
Sets the right padding.
public static T PadRight<T>(this T obj, int right) where T : class, IPaddable
- Namespace
- Spectre
.Console - Containing Type
- PaddableExtensions
Parameters
-
T
- An object implementing
IPaddable
.
Parameters
- T obj
- The paddable object instance.
- int right
- The right padding.
Returns
- T