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