StrPadU(UnicodeString,WideChar,Integer,Boolean) Method

Represents method StrPadU(UnicodeString,WideChar,Integer,Boolean).

Namespace: flcStrings
function StrPadU(const S: UnicodeString; const PadChar: WideChar; const Len: Integer;
 const Cut: Boolean = False): UnicodeString;

Parameters

S
Type: UnicodeString

PadChar
Type: WideChar

Len
Type: Integer

Cut
Type: Boolean

Return Value

Type: UnicodeString