String..::..PadLeft Method (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.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public string PadLeft( int totalWidth, char ch )
<TemplateAttribute> _ Public Function PadLeft ( _ totalWidth As Integer, _ ch As Char _ ) As String
[TemplateAttribute] public: String^ PadLeft( int^ totalWidth, wchar_t^ ch )
Parameters
- totalWidth
- Type: System..::..Int32
The number of characters in the resulting string, equal to the number of original characters plus any additional padding characters.
- ch
- Type: System..::..Char