C# 클래스 sb.Core.Utils.Text

파일 보기 프로젝트 열기: slicebuild/sb

공개 메소드들

메소드 설명
IsDigit ( this ch ) : bool
IsEmpty ( this s ) : bool
Split ( this text, string sep, bool removeEmpties = true ) : string[]
ToStream ( this text ) : Stream
TrimQuotes ( this text ) : string

메소드 상세

IsDigit() 공개 정적인 메소드

public static IsDigit ( this ch ) : bool
ch this
리턴 bool

IsEmpty() 공개 정적인 메소드

public static IsEmpty ( this s ) : bool
s this
리턴 bool

Split() 공개 정적인 메소드

public static Split ( this text, string sep, bool removeEmpties = true ) : string[]
text this
sep string
removeEmpties bool
리턴 string[]

ToStream() 공개 정적인 메소드

public static ToStream ( this text ) : Stream
text this
리턴 Stream

TrimQuotes() 공개 정적인 메소드

public static TrimQuotes ( this text ) : string
text this
리턴 string