C# Class AgGateway.ADAPT.ISOv4Plugin.ImportMappers.LogMappers.XmlReaders.XmlReaderUtilities

Show file Open project: ADAPT/ISOv4Plugin

Public Methods

Method Description
GetByteValue ( XPathNavigator node, string attributeName ) : byte
GetStringValue ( XPathNavigator node, string attributeName ) : string

Method Details

GetByteValue() public static method

public static GetByteValue ( XPathNavigator node, string attributeName ) : byte
node System.Xml.XPath.XPathNavigator
attributeName string
return byte

GetStringValue() public static method

public static GetStringValue ( XPathNavigator node, string attributeName ) : string
node System.Xml.XPath.XPathNavigator
attributeName string
return string