Click or drag to resize
StringPadRight Method
Overload List
  NameDescription
Public methodPadRight(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.
Public methodPadRight(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.
Top
See Also