String..::..PadRight Method (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.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public string PadRight( int totalWidth )
<TemplateAttribute> _ Public Function PadRight ( _ totalWidth As Integer _ ) As String
[TemplateAttribute] public: String^ PadRight( int^ totalWidth )
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.