C# 클래스 BridgeStack.StringHelpers

String extensions. Mostly syntactic sugar.
파일 보기 프로젝트 열기: bevacqua/BridgeStack

공개 메소드들

메소드 설명
FormatWith ( this text ) : string

Replaces the format item in a specified string with the string representations of a corresponding object in a specified array.

NullOrEmpty ( this text ) : bool

Indicates whether the specified string is null or a System.String.Empty string.

메소드 상세

FormatWith() 공개 정적인 메소드

Replaces the format item in a specified string with the string representations of a corresponding object in a specified array.
public static FormatWith ( this text ) : string
text this A composite format string.
리턴 string

NullOrEmpty() 공개 정적인 메소드

Indicates whether the specified string is null or a System.String.Empty string.
public static NullOrEmpty ( this text ) : bool
text this The string to test.
리턴 bool