QuickObjects.ObjectBase Send comments on this topic.
Implicit Type Conversion(BinaryField) Operator
See Also 
Akal.QuickObjects.ObjectBase Namespace > BinaryField Class > Implicit Type Conversion Operator : Implicit Type Conversion(BinaryField) Operator
fld

Byte[]

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

Parameters:
Description
fldBinaryField to convert.

Returns:
Type
Byte[]


	Byte[] myByteArr = MyBinaryField;
	

Syntax

C# 
public byte[] operator implicit( 
   BinaryField fld
)

Parameters

fld

Requirements

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

See Also