C# Class GitIStage.Whitespace

Afficher le fichier Open project: terrajobst/git-istage Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static GetSpaces ( int size ) : char[]
size int
Résultat char[]

LengthVisual() public static méthode

public static LengthVisual ( this text ) : int
text this
Résultat int

LengthVisual() public static méthode

public static LengthVisual ( this text, int index ) : int
text this
index int
Résultat int

ToVisual() public static méthode

public static ToVisual ( this text, bool visibleWhitespace ) : string
text this
visibleWhitespace bool
Résultat string