PadRight¶
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.
IntegerObject.PadRight (Integer) |
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. |
IntegerObject.PadRight (Integer, String) |
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. |