StringHelper.PadRight(String,Integer,String) Method
Represents method PadRight(String,Integer,String)
.
public function PadRight(str: String; count: Integer; char: String = ''): String; static;
Parameters
- str
- Type: String
- count
- Type: Integer
- char
- Type: String
Return Value
Type: String