C# 클래스 Amido.Common.Extensions.StringExtensions

파일 보기 프로젝트 열기: amido/Amido.PreProcessor

공개 메소드들

메소드 설명
AddSpacesBeforeCapitalLetters ( this text ) : string
SplitEx ( this input, char separator, char escapeCharacter ) : string[]
ToByteArray ( this text ) : byte[]

메소드 상세

AddSpacesBeforeCapitalLetters() 공개 정적인 메소드

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

SplitEx() 공개 정적인 메소드

public static SplitEx ( this input, char separator, char escapeCharacter ) : string[]
input this
separator char
escapeCharacter char
리턴 string[]

ToByteArray() 공개 정적인 메소드

public static ToByteArray ( this text ) : byte[]
text this
리턴 byte[]