decode_ascii_string
The
decode_ascii_string
operation decodes the field's value as
a base 10 number encoded as an ASCII string and stores the result in the
specified field.
The destination field can be any of the following types:
- BLOB
- INT8
- INT16
- INT32
- INT64
- PHONE_NUMBER
- STRING
- UINT8
- UINT16
- UINT32
- UINT64
For example, "1234" is decoded as 1234. If the result field is a BLOB or a STRING, then the result is a decimal ASCII value.