C# Class GitIStage.Whitespace

显示文件 Open project: terrajobst/git-istage Class Usage Examples

Public Methods

Method Description
GetSpaces ( int size ) : char[]
LengthVisual ( this text ) : int
LengthVisual ( this text, int index ) : int
ToVisual ( this text, bool visibleWhitespace ) : string

Method Details

GetSpaces() public static method

public static GetSpaces ( int size ) : char[]
size int
return char[]

LengthVisual() public static method

public static LengthVisual ( this text ) : int
text this
return int

LengthVisual() public static method

public static LengthVisual ( this text, int index ) : int
text this
index int
return int

ToVisual() public static method

public static ToVisual ( this text, bool visibleWhitespace ) : string
text this
visibleWhitespace bool
return string