Table of Contents

Class WhitespaceFacts

Namespace
Garyon.Objects.Strings
Assembly
Garyon.dll

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

char

CrLf

public const string CrLf = "\r\n"

Field Value

string

LineFeed

public const char LineFeed = '\n'

Field Value

char

Space

public const char Space = ' '

Field Value

char

Tab

public const char Tab = '\t'

Field Value

char