Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 799 Bytes

unicodecharacters_islowsurrogate_645121110.md

File metadata and controls

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

Windows.Data.Text.UnicodeCharacters.IsLowSurrogate

-description

Determines if a specified Unicode character is a low surrogate.

-parameters

-param codepoint

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

-returns

TRUE if codepoint is a low surrogate; otherwise FALSE.

-remarks

-examples

-see-also

GetCodepointFromSurrogatePair, Surrogates and Supplementary Characters