# DecodeStringDict

Named parameters for decodeString.

Availability
0.8
0.8
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# charset

Availability
0.8
0.8
9.2.0
charset :String

Character set to use when encoding this string to bytes.

Default: Titanium.Codec.CHARSET_UTF8


# length

Availability
0.8
0.8
9.2.0
length :Number

Number of bytes to decode.

Default: Length of `source`


# position

Availability
0.8
0.8
9.2.0
position :Number

Index in the source buffer of the first byte of data to decode.

Default: 0


# source

Availability
0.8
0.8
9.2.0
source :Titanium.Buffer

Buffer to decode.