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