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

Parse

It doesnot provide any functionality at this level. It is implemented by each field type.

Parameters:
Description
strValue

Syntax

C# 
public virtual void Parse( 
   string strValue
)

Parameters

strValue

Requirements

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

See Also