ReadCompact Method
ReadCompact<T>(String)
Reads a Compact field.
Declaration
T ReadCompact<T>(string name)
Parameters
String | name | The name of the field. |
Returns
T | The value of the field. |
Type Parameters
T | The expected type of the object. |