C# 클래스 GoCommando.Internals.StringExtensions

파일 보기 프로젝트 열기: rebus-org/GoCommando

공개 메소드들

메소드 설명
Indented ( this str, int indent ) : string
WrappedAt ( this str, int width ) : string

비공개 메소드들

메소드 설명
WrapSection ( string section, int width ) : string

메소드 상세

Indented() 공개 정적인 메소드

public static Indented ( this str, int indent ) : string
str this
indent int
리턴 string

WrappedAt() 공개 정적인 메소드

public static WrappedAt ( this str, int width ) : string
str this
width int
리턴 string