Class WhitespaceFacts
Contains facts about common whitespace characters, including the characters or strings themselves and their properties.
public static class WhitespaceFacts
- Inheritance
-
WhitespaceFacts
- Inherited Members
Fields
CarriageReturn
public const char CarriageReturn = '\r'
Field Value
CrLf
public const string CrLf = "\r\n"
Field Value
LineFeed
public const char LineFeed = '\n'
Field Value
Space
public const char Space = ' '
Field Value
Tab
public const char Tab = '\t'