C# Class Amido.Common.Extensions.StringExtensions

Afficher le fichier Open project: amido/Amido.PreProcessor

Méthodes publiques

Méthode Description
AddSpacesBeforeCapitalLetters ( this text ) : string
SplitEx ( this input, char separator, char escapeCharacter ) : string[]
ToByteArray ( this text ) : byte[]

Method Details

AddSpacesBeforeCapitalLetters() public static méthode

public static AddSpacesBeforeCapitalLetters ( this text ) : string
text this
Résultat string

SplitEx() public static méthode

public static SplitEx ( this input, char separator, char escapeCharacter ) : string[]
input this
separator char
escapeCharacter char
Résultat string[]

ToByteArray() public static méthode

public static ToByteArray ( this text ) : byte[]
text this
Résultat byte[]