ReadNullableInt16 Method
ReadNullableInt16(String)
Reads a NullableInt16 or Int16 field.
Declaration
short? ReadNullableInt16(string name)
Parameters
String | name | The name of the field. |
Returns
Nullable<Int16> | The value of the field. |