System::Globalization::CharUnicodeInfo::GetDecimalDigitValue método
Contenido
[
Ocultar
]CharUnicodeInfo::GetDecimalDigitValue(char16_t) method
Obtiene el valor decimal del dígito del carácter especificado.
static int System::Globalization::CharUnicodeInfo::GetDecimalDigitValue(char16_t ch)
| Parámetro | Tipo | Descripción |
|---|---|---|
| ch | char16_t | Carácter Unicode. |
ReturnValue
El valor decimal del dígito o -1 si el carácter especificado no es un dígito decimal.
Ver también
- Class CharUnicodeInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CharUnicodeInfo::GetDecimalDigitValue(const String&, int) method
Obtiene el valor decimal del dígito del carácter en el índice especificado de la cadena.
static int System::Globalization::CharUnicodeInfo::GetDecimalDigitValue(const String &str, int index)
| Parámetro | Tipo | Descripción |
|---|---|---|
| str | const String& | La cadena que contiene el carácter Unicode. |
| índice | int | El índice del carácter Unicode. |
ReturnValue
El valor decimal del dígito o -1 si el carácter especificado no es un dígito decimal.
Ver también
- Class String
- Class CharUnicodeInfo
- Namespace System::Globalization
- Library Aspose.Page for C++