![]() | Reader |
The ReaderUtils type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | GetAttribute | Gets the XML attribute of the passed XML node by its name |
![]() ![]() | GetAttributeOfChild | 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 |
![]() ![]() | GetChildNode | Gets the specified child node |
![]() ![]() | IsNode | Checks whether the given node has the specified name |
![]() ![]() | ParseBinaryBool | 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 |
![]() ![]() | ParseFloat | Parses a float independent of the culture info of the host |
![]() ![]() | ParseInt | Parses an int independent of the culture info of the host |
![]() ![]() | TryParseInt | Tries to parse an int independent of the culture info of the host |