Pads a string to fit a minimum length by filling (on the right end)
with spaces if it is shorter than the given length.
Namespace: CleanCode.DataAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Parameters
- value
- Type: System String
The source string.
- minimumLength
- Type: System Int32
The minimum length of the result.
Return Value
String padded on the right to the minimum length.See Also