QuickObjects.ObjectBase Send comments on this topic.
Implicit Type Conversion Operator
See Also 
Akal.QuickObjects.ObjectBase Namespace > UInt16Field Class : Implicit Type Conversion Operator

UInt16

This allows the developer to directly get the value of this field as UInt16.

Parameters:
Description
fldUInt16Field to convert

Overload List

OverloadDescription
Implicit Type Conversion(UInt16)UInt16Field

This allows the developer to directly assign a Int16 into this Field. The BusinessObject property must be set manually after this assignment as BusinessObject is not set.

Parameters:
Description
valInt16 value to set the Value property with.

Returns:
Type
UInt16Field
 

Implicit Type Conversion(UInt16Field)UInt16

This allows the developer to directly get the value of this field as UInt16.

Parameters:
Description
fldUInt16Field to convert
 

Requirements

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

See Also