Aspose::Cells::U16String::Split method
Contents
[
Hide
]U16String::Split(const Vector <char16_t>&) const method
Splits a string into substrings based on specified delimiting characters.
Vector<U16String> Aspose::Cells::U16String::Split(const Vector<char16_t> &separator) const
| Parameter | Type | Description |
|---|---|---|
| separator | const Vector <char16_t>& | An array of delimiting characters. |
ReturnValue
An array whose elements contain the substrings from this instance that are delimited by one or more characters in separator.
See Also
- Class Vector
- Class U16String
- Class U16String
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
U16String::Split(const Vector <U16String>&) const method
Splits a string into substrings based on specified delimiting strings.
Vector<U16String> Aspose::Cells::U16String::Split(const Vector<U16String> &separator) const
| Parameter | Type | Description |
|---|---|---|
| separator | const Vector <U16String>& | An array of strings that delimit the substrings in this string. |
ReturnValue
An array whose elements contain the substrings in this string that are delimited by one or more strings in separator.
See Also
- Class Vector
- Class U16String
- Class U16String
- Namespace Aspose::Cells
- Library Aspose.Cells for C++