Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 702 Bytes

unicodecharacters_iscased_545276236.md

File metadata and controls

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

Windows.Data.Text.UnicodeCharacters.IsCased

-description

Determines if a specified Unicode character can be considered cased (uppercase, lowercase or titlecase).

-parameters

-param codepoint

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

-returns

TRUE if codepoint is cased; otherwise FALSE.

-remarks

-examples

-see-also

GetCodepointFromSurrogatePair