C# Класс BridgeStack.StringHelpers

String extensions. Mostly syntactic sugar.
Показать файл Открыть проект

Открытые методы

Метод Описание
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