ConfigProperties.ExtractLong(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 long ExtractLong(System::Xml::XmlDocument ^ document, System::String ^ path);
public static long ExtractLong (System.Xml.XmlDocument document, string path);
static member ExtractLong : System.Xml.XmlDocument * string -> int64
Public Shared Function ExtractLong (document As XmlDocument, path As String) As Long
Parameters
- document
- XmlDocument
- path
- String