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