ConfigProperties.ExtractInt(XmlDocument, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static int ExtractInt(System::Xml::XmlDocument ^ document, System::String ^ path);
public static int ExtractInt (System.Xml.XmlDocument document, string path);
static member ExtractInt : System.Xml.XmlDocument * string -> int
Public Shared Function ExtractInt (document As XmlDocument, path As String) As Integer
Parameters
- document
- XmlDocument
- path
- String