StrPad(String,Char,Integer,Boolean) Method

Represents method StrPad(String,Char,Integer,Boolean).

Namespace: flcStrings
function StrPad(const S: String; const PadChar: Char; const Len: Integer;
 const Cut: Boolean = False): String;

Parameters

S
Type: String

PadChar
Type: Char

Len
Type: Integer

Cut
Type: Boolean

Return Value

Type: String