ConfigProperties.IfExistsExtractUInt(XmlDocument, String, UInt32) 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 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