Aspose::Cells::U16String::IndexOf method

U16String::IndexOf(const char16_t) const method

Returns the index of the first occurrence of the value in this.

int32_t Aspose::Cells::U16String::IndexOf(const char16_t value) const
ParameterTypeDescription
valueconst char16_tTo be searched.

See Also

U16String::IndexOf(const char16_t*) const method

Returns the index of the first occurrence of the value in this.

int32_t Aspose::Cells::U16String::IndexOf(const char16_t *value) const
ParameterTypeDescription
valueconst char16_t*To be searched.

See Also

U16String::IndexOf(const U16String&) const method

Returns the index of the first occurrence of the value in this.

int32_t Aspose::Cells::U16String::IndexOf(const U16String &value) const
ParameterTypeDescription
valueconst U16String&To be searched.

See Also