C# Class XSpect.Extension.StringUtil

Afficher le fichier Open project: takeshik/linx

Méthodes publiques

Méthode Description
EndsWithAny ( this str ) : System.Boolean
ForEachLine ( this str, String>.Func selector ) : String
Indent ( this str, Int32 columnCount ) : String
Lines ( this str ) : IEnumerable
Quote ( this str, String head, String tail ) : String
Replace ( this str, String>.IDictionary replaceTable ) : String
StartsWithAny ( this str ) : System.Boolean
Unindent ( this str, Int32 columnCount ) : String

Method Details

EndsWithAny() public static méthode

public static EndsWithAny ( this str ) : System.Boolean
str this
Résultat System.Boolean

ForEachLine() public static méthode

public static ForEachLine ( this str, String>.Func selector ) : String
str this
selector String>.Func
Résultat String

Indent() public static méthode

public static Indent ( this str, Int32 columnCount ) : String
str this
columnCount System.Int32
Résultat String

Lines() public static méthode

public static Lines ( this str ) : IEnumerable
str this
Résultat IEnumerable

Quote() public static méthode

public static Quote ( this str, String head, String tail ) : String
str this
head String
tail String
Résultat String

Replace() public static méthode

public static Replace ( this str, String>.IDictionary replaceTable ) : String
str this
replaceTable String>.IDictionary
Résultat String

StartsWithAny() public static méthode

public static StartsWithAny ( this str ) : System.Boolean
str this
Résultat System.Boolean

Unindent() public static méthode

public static Unindent ( this str, Int32 columnCount ) : String
str this
columnCount System.Int32
Résultat String