wstring.startsWith
bool startsWith(const wchar[] this, overload uchar match, bool caseInsensitive = false)Returns true when the text starts with a scalar value.
Parameters
const wchar[]
this
overload uchar
match
Prefix scalar to test.
bool
caseInsensitive = false
Uses the UTF-16 helper's case-insensitive comparison.
Generated with campc 0.12.0-preview.1.