Share via


ConfigProperties.IfExistsExtractInt(XmlDocument, String, Int32) Method

Definition

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

Returns

Applies to