WriteShort Method
WriteShort(String, Int16)
Writes a primitive short.
Declaration
void WriteShort(string fieldName, short value)
Parameters
| String | fieldName | name of the field |
| Int16 | value | int value to be written |
Remarks
Writes a primitive short.
Exceptions
| IOException | System.IO.IOException |