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

Parse

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

Parameters:
Description
strValue

Syntax

C# 
public override void Parse( 
   string strValue
)

Parameters

strValue

Requirements

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

See Also