ReadFloat32 Method
ReadFloat32(String)
Reads a Float32 or NullableFloat32 field.
Declaration
float ReadFloat32(string name)
Parameters
String | name | The name of the field. |
Returns
Single | The value of the field. |
Remarks
Throws a SerializationException if the field is nullable and the value is null
.