Méthode | Description | |
---|---|---|
FromXML ( System.Xml.Linq.XElement romidElement ) : |
||
RomIdToStr ( long romid ) : string |
ROMID as string, 10 hex characters.
|
|
RomMetadata ( ) : System |
Méthode | Description | |
---|---|---|
ParseHexInt ( string strToParse, XObject xObj ) : int |
Parses hex number e.g."0x123af". Prefix "0x" is optional.
|
|
ParseHexLong ( string strToParse, XObject xObj ) : long |
Parses hex number e.g."0x123af". Prefix "0x" is optional.
|
|
ThrowParse ( |
||
ThrowXmlExceptionWithLineInfo ( string message, |
Throw XmlException with LineNumber/LinePosition info.
|
public static FromXML ( System.Xml.Linq.XElement romidElement ) : |
||
romidElement | System.Xml.Linq.XElement | |
Résultat |
public static RomIdToStr ( long romid ) : string | ||
romid | long |
/// A |
Résultat | string |