Mono Class Library: System.Char Overview | Members

System.Char.IsSurrogate Method

Determines whether the specified Unicode character is a surrogate character. [Edit]

public static bool IsSurrogate (char c)

Parameters

c
A Unicode character. [Edit]

Returns

true if c is a member of the following category in System.Globalization.UnicodeCategory: System.Globalization.UnicodeCategory.Surrogate; otherwise, false. [Edit]

Remarks

Documentation for this section has not yet been entered. [Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0