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