Aspose::Cells::U16String::StartsWith method
Contents
[
Hide
]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
| Parameter | Type | Description |
|---|---|---|
| value | const U16String& | The string to compare. |
ReturnValue
true if value matches the beginning of this string; otherwise, false.
See Also
- Class Vector
- Class U16String
- Class U16String
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
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
| Parameter | Type | Description |
|---|---|---|
| value | const U16String& | The string to compare. |
| ignoreCase | bool | true to ignore case during the comparison; otherwise, false. |
ReturnValue
true if value matches the beginning of this string; otherwise, false.
See Also
- Class Vector
- Class U16String
- Class U16String
- Namespace Aspose::Cells
- Library Aspose.Cells for C++