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