# DecodeStringDict
Named parameters for decodeString.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# charset
charset :String
Character set to use when encoding this string to bytes.
This API can be assigned the following constants:
Default: Titanium.Codec.CHARSET_UTF8
# position
position :Number
Index in the source
buffer of the first byte of data to decode.
Default: 0