Click or drag to resize
NanoXLSX

ReaderUtils Class

Static class with common util methods, used during reading XLSX files
Inheritance Hierarchy
SystemObject
  NanoXLSX.LowLevelReaderUtils

Namespace: NanoXLSX.LowLevel
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntax
C#
public static class ReaderUtils

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