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