StrPadB(RawByteString,ByteChar,Integer,Boolean) Method

Represents method StrPadB(RawByteString,ByteChar,Integer,Boolean).

Namespace: flcStrings
function StrPadB(const S: RawByteString; const PadChar: ByteChar; const Len: Integer;
 const Cut: Boolean = False): RawByteString;

Parameters

S
Type: RawByteString

PadChar
Type: System.Void

Len
Type: Integer

Cut
Type: Boolean

Return Value

Type: RawByteString