QuickObjects.ObjectBase Send comments on this topic.
Parse Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > IField Interface : Parse Method
_strVal
Parse will be implemented by each field class to convert String data value into its specific type being implemented by the field class

Syntax

C# 
virtual void Parse( 
   string _strVal
)

Parameters

_strVal

Requirements

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

See Also