C# Класс DynamicXaml.Extensions.StringExtensions

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

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

Метод Описание
Fmt ( this format ) : string
GetInt ( this s ) : Maybe
InvariantEquals ( this s, string other ) : bool
StartsWithAnyOf ( this str ) : bool

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

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

public static Fmt ( this format ) : string
format this
Результат string

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

public static GetInt ( this s ) : Maybe
s this
Результат Maybe

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

public static InvariantEquals ( this s, string other ) : bool
s this
other string
Результат bool

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

public static StartsWithAnyOf ( this str ) : bool
str this
Результат bool