Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Char::IsSeparator Method

 

Indicates whether a Unicode character is categorized as a separator character.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticIsSeparator(Char)

Indicates whether the specified Unicode character is categorized as a separator character.

System_CAPS_pubmethodSystem_CAPS_staticIsSeparator(String^, Int32)

Indicates whether the character at the specified position in a specified string is categorized as a separator character.

The Unicode standard recognizes three subcategories of separators:

System_CAPS_noteNote

The Unicode standard classifies the characters \u000A (LF), \u000C (FF), and \u000D (CR) as control characters (members of the UnicodeCategory::Control category), not as separator characters.

Return to top
Show: