Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.14 KB

unicodecharacters_getcodepointfromsurrogatepair_1886831018.md

File metadata and controls

32 lines (22 loc) · 1.14 KB
-api-id -api-type -api-device-family-note
M:Windows.Data.Text.UnicodeCharacters.GetCodepointFromSurrogatePair(System.UInt32,System.UInt32)
winrt method
xbox

Windows.Data.Text.UnicodeCharacters.GetCodepointFromSurrogatePair

-description

Returns the supplementary Unicode character for the specified high and low surrogate pair.

-parameters

-param highSurrogate

The high surrogate value. This must be in the proper range: 0xD800 <= highSurrogate <= 0xDBFF.

-param lowSurrogate

The low surrogate value. This must be in the proper range: 0xDC00 <= lowSurrogate <= 0xDFFF.

-returns

The supplementary Unicode character.

-remarks

-examples

-see-also

GetSurrogatePairFromCodepoint, IsHighSurrogate, IsLowSurrogate, Surrogates and Supplementary Characters