StrBetweenCharB(RawByteString,ByteChar,ByteChar,Boolean,Boolean) Method

Represents method StrBetweenCharB(RawByteString,ByteChar,ByteChar,Boolean,Boolean).

Namespace: flcStrings
function StrBetweenCharB(const S: RawByteString;
 const FirstDelim, SecondDelim: ByteChar;
 const FirstOptional: Boolean = False;
 const SecondOptional: Boolean = False): RawByteString; overload;

Parameters

S
Type: RawByteString

FirstDelim
Type: System.Void

SecondDelim
Type: System.Void

FirstOptional
Type: Boolean

SecondOptional
Type: Boolean

Return Value

Type: RawByteString