Overload List

  NameDescription
Public methodGetBinaryValue()()()()
Return the raw byte[] for the binary field. Note that you must also call {@link #getBinaryLength} and {@link #getBinaryOffset} to know which range of bytes in this returned array belong to the field.
(Inherited from AbstractField.)
Public methodGetBinaryValue(array<Byte>[]()[][])
Returns always
CopyC#
null
for numeric fields
(Overrides AbstractField..::..GetBinaryValue(array<Byte>[]()[][]).)

See Also