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

Byte

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

Parameters:
Description
fldByteField to convert

Overload List

OverloadDescription
Implicit Type Conversion(Byte)ByteField

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

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

Returns:
Type
ByteField
 

Implicit Type Conversion(ByteField)Byte

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

Parameters:
Description
fldByteField to convert
 

Requirements

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

See Also