odbcfield.getstr
Get the field's value as a string of the str type. This method is applied for fields that contain a string, a date, time and numeric fields.
method str odbcfield.getstr (
str dest
)
str dest
)
Parameters
dest | Result str object. |
Return value
Returns the parameter dest.
Related links | Source |