ReadInt64 Method
ReadInt64(string)
Reads a Int64 or NullableInt64 field.
Declaration
long ReadInt64(string name)
Parameters
string | name | The name of the field. |
Returns
long | The value of the field. |
Remarks
Throws a SerializationException if the field is nullable and the value is null
.