String.PadRight Method
.NET Framework 3.0
Left-aligns the characters in this string, padding on the right with spaces or a specified Unicode character, for a specified total length.
| Name | Description |
|---|---|
| String.PadRight (Int32) | Left-aligns the characters in this string, padding with spaces on the right, for a specified total length. Supported by the .NET Compact Framework. |
| String.PadRight (Int32, Char) | Left-aligns the characters in this string, padding on the right with a specified Unicode character, for a specified total length. Supported by the .NET Compact Framework. |