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