C# Class DynamicXaml.Extensions.StringExtensions

ファイルを表示 Open project: flq/XamlTags

Public Methods

Method Description
Fmt ( this format ) : string
GetInt ( this s ) : Maybe
InvariantEquals ( this s, string other ) : bool
StartsWithAnyOf ( this str ) : bool

Method Details

Fmt() public static method

public static Fmt ( this format ) : string
format this
return string

GetInt() public static method

public static GetInt ( this s ) : Maybe
s this
return Maybe

InvariantEquals() public static method

public static InvariantEquals ( this s, string other ) : bool
s this
other string
return bool

StartsWithAnyOf() public static method

public static StartsWithAnyOf ( this str ) : bool
str this
return bool