get_string
Description:
public unowned string?
get_string (
string field)
Get the string value of field in this.
Parameters:
| this |
a Token
|
| field |
a field name
|
Returns:
|
the string value of field in this or null when
field is not defined in this. The string becomes invalid when you free
this.
|