QuickObjects.ObjectBase Send comments on this topic.
Parse Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > XmlDocumentField Class : Parse Method
val

Parse

It will take the String parameter value and XmlDocument value will be parsed from the strValue.

Parameters:
Description
val

Syntax

C# 
public override void Parse( 
   string val
)

Parameters

val

Requirements

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

See Also