C# 클래스 GitIStage.Whitespace

파일 보기 프로젝트 열기: terrajobst/git-istage 1 사용 예제들

공개 메소드들

메소드 설명
GetSpaces ( int size ) : char[]
LengthVisual ( this text ) : int
LengthVisual ( this text, int index ) : int
ToVisual ( this text, bool visibleWhitespace ) : string

메소드 상세

GetSpaces() 공개 정적인 메소드

public static GetSpaces ( int size ) : char[]
size int
리턴 char[]

LengthVisual() 공개 정적인 메소드

public static LengthVisual ( this text ) : int
text this
리턴 int

LengthVisual() 공개 정적인 메소드

public static LengthVisual ( this text, int index ) : int
text this
index int
리턴 int

ToVisual() 공개 정적인 메소드

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