StringPadRight Method |
Name | Description | |
---|---|---|
![]() | PadRight(Int32) | Returns a new string that left-aligns the characters in this string by padding them with spaces on the right, for a specified total length. |
![]() | PadRight(Int32, Char) | Returns a new string that left-aligns the characters in this string by padding them on the right with a specified Unicode character, for a specified total length. |