QuickObjects.ObjectBase Send comments on this topic.
Load_XmlDocument Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > Utilities Class : Load_XmlDocument Method
obj
val

Load_XmlDocument

If the passed in parameter is null, this method returns an empty xml document. If the passed in object is not null, this method casts the object to an XmlDocument.

Parameters:
Description
obj
val

Syntax

C# 
public static void Load_XmlDocument( 
   ref XmlDocumentField obj,
   object val
)

Parameters

obj
val

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also