Field Class Reference

Properties

object Parsed [get]
 
string Name [get]
 
string RawString [get]
 

Detailed Description

The parsed value of the field.

Property Documentation

object Parsed
get

The parsed value of the field.

Returns
Depending on the field type, the returned object is a Integer, Float, String, List or Map. Consult the format documentation for more details.
string Name
get

The name of the field.

Returns
The name.
string RawString
get

The rawString of the field, e.g.

as it appears in the data.

Returns
The raw string.