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