Char..::..IsSurrogatePair Method (Char, Char)
Indicates whether the two specified Char objects form a surrogate pair.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static bool IsSurrogatePair( char ch1, char ch2 )
<TemplateAttribute> _ Public Shared Function IsSurrogatePair ( _ ch1 As Char, _ ch2 As Char _ ) As Boolean
[TemplateAttribute] public: static bool^ IsSurrogatePair( wchar_t^ ch1, wchar_t^ ch2 )