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