C# Class DynamicXaml.Extensions.StringExtensions

Afficher le fichier Open project: flq/XamlTags

Méthodes publiques

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

Method Details

Fmt() public static méthode

public static Fmt ( this format ) : string
format this
Résultat string

GetInt() public static méthode

public static GetInt ( this s ) : Maybe
s this
Résultat Maybe

InvariantEquals() public static méthode

public static InvariantEquals ( this s, string other ) : bool
s this
other string
Résultat bool

StartsWithAnyOf() public static méthode

public static StartsWithAnyOf ( this str ) : bool
str this
Résultat bool