System::Char::IsHighSurrogate methode
inhoud
[
verbergen
]Char::IsHighSurrogate(char_t) method
Bepaalt of het opgegeven teken een high surrogate is.
static bool System::Char::IsHighSurrogate(char_t c)
| Parameter | Type | Beschrijving |
|---|---|---|
| c | char_t | Het teken om te testen |
ReturnValue
Waar als het opgegeven teken een high surrogate is, anders - onwaar
Zie ook
- Class Char
- Namespace System
- Library Aspose.Page for C++
Char::IsHighSurrogate(const char_t *, int) method
Bepaalt of het teken op de opgegeven index in de opgegeven tekenbuffer een high surrogate is.
static bool System::Char::IsHighSurrogate(const char_t *str, int idx)
| Parameter | Type | Beschrijving |
|---|---|---|
| str | const char_t * | Pointer naar het begin van de tekenbuffer |
| idx | int | Een nulgebaseerde index in de opgegeven buffer van het te testen teken |
ReturnValue
Waar als het teken op de opgegeven index een high surrogate is, anders - onwaar
Zie ook
- Class Char
- Namespace System
- Library Aspose.Page for C++
Char::IsHighSurrogate(const String&, int) method
Bepaalt of het teken op de opgegeven index in de opgegeven string een UTF-16 high surrogate code-eenheid is.
static bool System::Char::IsHighSurrogate(const String &s, int index)
| Parameter | Type | Beschrijving |
|---|---|---|
| s | const String& | Een string |
| index | int | De index in de opgegeven string van het te testen teken |
ReturnValue
Waar als het teken op de opgegeven index een UTF-16 high surrogate code-eenheid is, anders - onwaar
Zie ook
- Class String
- Class Char
- Namespace System
- Library Aspose.Page for C++