WriteString Method
WriteString(String, String)
Writes an UTF string.
Declaration
void WriteString(string fieldName, string value)
Parameters
String | fieldName | name of the field |
String | value | utf string value to be written |
Remarks
Writes an UTF string.
Exceptions
IOException | System.IO.IOException |