Method GetBinaryValue
GetBinaryValue()
Return the raw byte[] for the binary field. Note that
you must also call BinaryLength and BinaryOffset
to know which range of bytes in this
returned array belong to the field.
Declaration
public virtual byte[] GetBinaryValue()
Returns
Type |
Description |
System.Byte[] |
reference to the Field value as byte[].
|
Implements
GetBinaryValue(Byte[])
Declaration
public virtual byte[] GetBinaryValue(byte[] result)
Parameters
Type |
Name |
Description |
System.Byte[] |
result |
|
Returns
Type |
Description |
System.Byte[] |
|
Implements