Method GetBinaryValue
GetBinaryValue()
Return the raw byte[] for the binary field. Note that
you must also call Binary
Declaration
byte[] GetBinaryValue()
Returns
Type | Description |
---|---|
System. |
reference to the Field value as byte[]. |
GetBinaryValue(Byte[])
Return the raw byte[] for the binary field. Note that
you must also call Binary
About reuse: if you pass in the result byte[] and it is
used, likely the underlying implementation will hold
onto this byte[] and return it in future calls to
Get
Declaration
byte[] GetBinaryValue(byte[] result)
Parameters
Type | Name | Description |
---|---|---|
System. |
result | User defined buffer that will be used if possible. If this is null or not large enough, a new buffer is allocated |
Returns
Type | Description |
---|---|
System. |
reference to the Field value as byte[]. |