PadLeftΒΆ
Returns a new string that right-aligns the characters in this instance by padding them with spaces on the left, for a specified total length.
IntegerObject.PadLeft (Integer) |
Returns a new string that right-aligns the characters in this instance by padding them with spaces on the left, for a specified total length. |
IntegerObject.PadLeft (Integer, String) |
Returns a new string that right-aligns the characters in this instance by padding them with spaces on the left, for a specified total length. |