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