Mono Class Library: System.Char Overview | Members

System.Char.IsSeparator Method

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

public static bool IsSeparator (char c)

Parameters

c
A Unicode character. [Edit]

Returns

true if c is a member of one of the following categories in System.Globalization.UnicodeCategory: System.Globalization.UnicodeCategory.SpaceSeparator, System.Globalization.UnicodeCategory.LineSeparator, or System.Globalization.UnicodeCategory.ParagraphSeparator; 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