This documentation is archived and is not being maintained.
String::PadRight Method
Visual Studio 2010
Returns a new string of a specified length in which the end of the current string is padded with spaces or with a specified Unicode character.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
PadRight(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. |
|
PadRight(Int32, Char) | Returns a new string that left-aligns the characters in this string by padding them on the right with a specified Unicode character, for a specified total length. |
Show: