Fills a string with a given character to the given length.
Namespace: CleanCode.DataAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Parameters
- myChar
- Type: System Char
The character with which to fill.
- myLength
- Type: System Int32
The length of the finished string.
Return Value
String of repeated characters of a given length.See Also