C# Class UnityCommonLibrary.Utility.StringUtility

Afficher le fichier Open project: thebeardphantom/UnityCommonLibrary

Méthodes publiques

Méthode Description
AppendLineFormat ( this builder, string format ) : StringBuilder
ContainsIgnoreCase ( this str, string other ) : bool
IsNullOrWhitespace ( string str ) : bool

Method Details

AppendLineFormat() public static méthode

public static AppendLineFormat ( this builder, string format ) : StringBuilder
builder this
format string
Résultat System.Text.StringBuilder

ContainsIgnoreCase() public static méthode

public static ContainsIgnoreCase ( this str, string other ) : bool
str this
other string
Résultat bool

IsNullOrWhitespace() public static méthode

public static IsNullOrWhitespace ( string str ) : bool
str string
Résultat bool