StrSplitAtB(RawByteString,RawByteString,RawByteString,RawByteString,Boolean,Boolean) Method
Represents method StrSplitAtB(RawByteString,RawByteString,RawByteString,RawByteString,Boolean,Boolean).
function StrSplitAtB(const S: RawByteString; const C: RawByteString; var Left, Right: RawByteString; const AsciiCaseSensitive: Boolean = True; const Optional: Boolean = True): Boolean;
Parameters
- S
- Type: RawByteString
- C
- Type: RawByteString
- Left
- Type: RawByteString
- Right
- Type: RawByteString
- AsciiCaseSensitive
- Type: Boolean
- Optional
- Type: Boolean
Return Value
Type: Boolean