Byte[]
This allows the developer to directly get the value of this field as an array of Byte.
Parameters:
| Description | |
|---|---|
| fld | BinaryField to convert. |
Returns:
| Type | |
|---|---|
| Byte[] |
Byte[] myByteArr = MyBinaryField;
| Overload | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Implicit Type Conversion(BinaryField) | Byte[] This allows the developer to directly get the value of this field as an array of Byte. Parameters:
Returns:
| ||||||||
| Implicit Type Conversion(Byte[]) | BinaryField This allows the developer to directly assign an array of Byte into this Field. The BusinessObject property must be set manually after this assignment as BusinessObject is not set. If you are using the classes generated by Quick Objects Designer, then this step is not required as the generated code automatically does this for you. Parameters:
Returns:
|
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0