Mono Class Library: System.Char Overview | Members

System.Char.IsSeparator Method

Determines whether the character at the specified position in the specified string is a separator character.

public static bool IsSeparator (string s, int index)

Parameters

s
A string.
index
A int that specifies a character position in s.
index
Documentation for this section has not yet been entered.

Returns

true if the character at position index in s 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.

Exceptions

TypeReason
ArgumentNullExceptions is a null reference.
ArgumentOutOfRangeExceptionThe value of index is less than zero, or greater than or equal to the length of s.

Remarks

Documentation for this section has not yet been entered.

Requirements

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