Char..::..IsHighSurrogate Method (Char)
Indicates whether the specified Char object is a high surrogate.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static bool IsHighSurrogate( char ch )
<TemplateAttribute> _ Public Shared Function IsHighSurrogate ( _ ch As Char _ ) As Boolean
[TemplateAttribute] public: static bool^ IsHighSurrogate( wchar_t^ ch )
Parameters
- ch
- Type: System..::..Char