C# Class UnityCommonLibrary.Utility.StringUtility

ファイルを表示 Open project: thebeardphantom/UnityCommonLibrary

Public Methods

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

Method Details

AppendLineFormat() public static method

public static AppendLineFormat ( this builder, string format ) : StringBuilder
builder this
format string
return System.Text.StringBuilder

ContainsIgnoreCase() public static method

public static ContainsIgnoreCase ( this str, string other ) : bool
str this
other string
return bool

IsNullOrWhitespace() public static method

public static IsNullOrWhitespace ( string str ) : bool
str string
return bool