C# 클래스 DynamicXaml.Extensions.StringExtensions

파일 보기 프로젝트 열기: flq/XamlTags

공개 메소드들

메소드 설명
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