Aspose::Cells::U16String::StartsWith method

U16String::StartsWith(const U16String&) const method

Determines whether the beginning of this string instance matches the specified string.

bool Aspose::Cells::U16String::StartsWith(const U16String &value) const
ParameterTypeDescription
valueconst U16String&The string to compare.

ReturnValue

true if value matches the beginning of this string; otherwise, false.

See Also

U16String::StartsWith(const U16String&, bool) const method

Determines whether the beginning of this string instance matches the specified string.

bool Aspose::Cells::U16String::StartsWith(const U16String &value, bool ignoreCase) const
ParameterTypeDescription
valueconst U16String&The string to compare.
ignoreCasebooltrue to ignore case during the comparison; otherwise, false.

ReturnValue

true if value matches the beginning of this string; otherwise, false.

See Also