String.PadRight Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
Left-aligns the characters in this string, padding on the right with spaces or a specified Unicode character, for a specified total length.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
PadRight(Int32) | Returns a new string of a specified length in which the end of the string is padded with spaces or a specified Unicode character. | |
PadRight(Int32, Char) | Left-aligns the characters in this string, padding on the right with a specified Unicode character, for a specified total length. |
Top