Click or drag to resize
NanoXLSX

ReaderUtils Methods

The ReaderUtils type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGetAttribute Gets the XML attribute of the passed XML node by its name
Public methodStatic memberGetAttributeOfChild Gets the XML attribute from a child node of the passed XML node by its name and the name of the child node. This method simplifies the process of gathering one single child node attribute
Public methodStatic memberGetChildNode Gets the specified child node
Protected methodStatic memberIsNode Checks whether the given node has the specified name
Protected methodStatic memberParseBinaryBool Parses a bool as a binary number either based on an int (0/1) or a string expression (true/ false), independent of the culture info of the host
Protected methodStatic memberParseFloat Parses a float independent of the culture info of the host
Protected methodStatic memberParseInt Parses an int independent of the culture info of the host
Protected methodStatic memberTryParseInt Tries to parse an int independent of the culture info of the host
Top
See Also