Method GetBinaryValues
GetBinaryValues(String)
Returns an array of byte arrays for of the fields that have the name specified as the method parameter. This method returns an empty array when there are no matching fields. It never returns null.
Declaration
public byte[][] GetBinaryValues(String name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | the name of the field |
Returns
Type | Description |
---|---|
System.Byte[][] | a |