Share via


ConfigProperties.IfExistsExtractUInt(XmlDocument, String, UInt32) Method

Definition

public:
 static System::UInt32 IfExistsExtractUInt(System::Xml::XmlDocument ^ document, System::String ^ path, System::UInt32 alt);
public static uint IfExistsExtractUInt (System.Xml.XmlDocument document, string path, uint alt);
static member IfExistsExtractUInt : System.Xml.XmlDocument * string * uint32 -> uint32
Public Shared Function IfExistsExtractUInt (document As XmlDocument, path As String, alt As UInteger) As UInteger

Parameters

document
XmlDocument
path
String
alt
UInt32

Returns

Applies to