C# Класс StarterTemplate.Core.Extensions.StringExtensions

Показать файл Открыть проект

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

Метод Описание
FormatWith ( this s ) : string
HasNoValue ( this s ) : bool
HasValue ( this s ) : bool
ToWords ( this s ) : string
ValueOr ( this s, string defaultValue ) : string

Описание методов

FormatWith() публичный статический Метод

public static FormatWith ( this s ) : string
s this
Результат string

HasNoValue() публичный статический Метод

public static HasNoValue ( this s ) : bool
s this
Результат bool

HasValue() публичный статический Метод

public static HasValue ( this s ) : bool
s this
Результат bool

ToWords() публичный статический Метод

public static ToWords ( this s ) : string
s this
Результат string

ValueOr() публичный статический Метод

public static ValueOr ( this s, string defaultValue ) : string
s this
defaultValue string
Результат string