Compartir a través de


UnicodeCharacters.IsHighSurrogate(UInt32) Método

Definición

Determina si un carácter Unicode especificado es un suplente alto.

public:
 static bool IsHighSurrogate(unsigned int codepoint);
 static bool IsHighSurrogate(uint32_t const& codepoint);
public static bool IsHighSurrogate(uint codepoint);
function isHighSurrogate(codepoint)
Public Shared Function IsHighSurrogate (codepoint As UInteger) As Boolean

Parámetros

codepoint
UInt32

unsigned int

uint32_t

Carácter Unicode. Debe estar en el intervalo adecuado: 0 <= codepoint<= 0x10FFFF.

Devoluciones

Boolean

bool

TRUE si el punto de código es un suplente alto; en caso contrario , FALSE.

Se aplica a

Consulte también