Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 804 Bytes

unicodecharacters_ishighsurrogate_1444937275.md

File metadata and controls

29 lines (20 loc) · 804 Bytes
-api-id -api-type -api-device-family-note
M:Windows.Data.Text.UnicodeCharacters.IsHighSurrogate(System.UInt32)
winrt method
xbox

Windows.Data.Text.UnicodeCharacters.IsHighSurrogate

-description

Determines if a specified Unicode character is a high surrogate.

-parameters

-param codepoint

A Unicode character. This must be in the proper range: 0 <= codepoint <= 0x10FFFF.

-returns

TRUE if codepoint is a high surrogate; otherwise FALSE.

-remarks

-examples

-see-also

GetCodepointFromSurrogatePair, Surrogates and Supplementary Characters