String::PadLeft Method
.NET Framework (current version)
Returns a new string of a specified length in which the beginning of the current string is padded with spaces or with a specified Unicode character.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | PadLeft(Int32) | 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. |
![]() | PadLeft(Int32, Char) | Returns a new string that right-aligns the characters in this instance by padding them on the left with a specified Unicode character, for a specified total length. |
Show:
