C# 클래스 UnityCommonLibrary.Utility.StringUtility

파일 보기 프로젝트 열기: thebeardphantom/UnityCommonLibrary

공개 메소드들

메소드 설명
AppendLineFormat ( this builder, string format ) : StringBuilder
ContainsIgnoreCase ( this str, string other ) : bool
IsNullOrWhitespace ( string str ) : bool

메소드 상세

AppendLineFormat() 공개 정적인 메소드

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

ContainsIgnoreCase() 공개 정적인 메소드

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

IsNullOrWhitespace() 공개 정적인 메소드

public static IsNullOrWhitespace ( string str ) : bool
str string
리턴 bool