Aspose::Cells::U16String::IndexOf method
Contents
[
Hide
]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
Parameter | Type | Description |
---|---|---|
value | const char16_t | To be searched. |
See Also
- Class Vector
- Class U16String
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
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
Parameter | Type | Description |
---|---|---|
value | const char16_t* | To be searched. |
See Also
- Class Vector
- Class U16String
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
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
Parameter | Type | Description |
---|---|---|
value | const U16String& | To be searched. |
See Also
- Class Vector
- Class U16String
- Class U16String
- Namespace Aspose::Cells
- Library Aspose.Cells for C++