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

GetValueExpression

It returns the value assignment String for this field.

If the IsNull is set to true then "NULL" String value is returned otherwise Value's String representation is returned.

Returns:
Type
System.String

Syntax

C# 
public override string GetValueExpression()

Requirements

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

See Also