StrPadLeft(String,Char,Integer,Boolean) Method

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

Namespace: flcStrings
function StrPadLeft(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