WriteByteArray Method
WriteByteArray(string, byte[])
Writes a primitive byte-array.
Declaration
void WriteByteArray(string fieldName, byte[] bytes)
Parameters
| string | fieldName | name of the field  | 
    
| byte[] | bytes | byte array to be written  | 
    
Remarks
Writes a primitive byte-array.
Exceptions
| IOException | System.IO.IOException  |