Method | Description | |
---|---|---|
AddSpacesBeforeCapitalLetters ( this text ) : string | ||
SplitEx ( this input, char separator, char escapeCharacter ) : string[] | ||
ToByteArray ( this text ) : byte[] |
public static AddSpacesBeforeCapitalLetters ( this text ) : string | ||
text | this | |
return | string |
public static SplitEx ( this input, char separator, char escapeCharacter ) : string[] | ||
input | this | |
separator | char | |
escapeCharacter | char | |
return | string[] |
public static ToByteArray ( this text ) : byte[] | ||
text | this | |
return | byte[] |