0 out of 4 rated this helpful - Rate this topic

String.PadRight Method

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.