C# Class AlphaTab.Platform.Std

Datei anzeigen Open project: CoderLine/alphaTab

Public Methods

Method Description
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

Method Details

GetNodeValue() public static method

public static GetNodeValue ( IXmlNode n ) : string
n IXmlNode
return string

IsCharNumber() public static method

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

IsStringNumber() public static method

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

IsWhiteSpace() public static method

public static IsWhiteSpace ( int c ) : bool
c int
return bool

IterateChildren() public static method

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

ToHexString() public static method

public static ToHexString ( int n ) : string
n int
return string