C# 클래스 AlphaTab.Platform.Std

파일 보기 프로젝트 열기: CoderLine/alphaTab

공개 메소드들

메소드 설명
GetNodeValue ( IXmlNode n ) : string
IsCharNumber ( int c, bool allowSign = true ) : bool
IsStringNumber ( string s, bool allowSign = true ) : bool
IsWhiteSpace ( int c ) : bool
IterateChildren ( this n, Action action ) : void
ToHexString ( int n ) : string

메소드 상세

GetNodeValue() 공개 정적인 메소드

public static GetNodeValue ( IXmlNode n ) : string
n IXmlNode
리턴 string

IsCharNumber() 공개 정적인 메소드

public static IsCharNumber ( int c, bool allowSign = true ) : bool
c int
allowSign bool
리턴 bool

IsStringNumber() 공개 정적인 메소드

public static IsStringNumber ( string s, bool allowSign = true ) : bool
s string
allowSign bool
리턴 bool

IsWhiteSpace() 공개 정적인 메소드

public static IsWhiteSpace ( int c ) : bool
c int
리턴 bool

IterateChildren() 공개 정적인 메소드

public static IterateChildren ( this n, Action action ) : void
n this
action Action
리턴 void

ToHexString() 공개 정적인 메소드

public static ToHexString ( int n ) : string
n int
리턴 string