# EncodeStringDict

Named parameters for encodeString.

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 encoding to use when encoding this string to bytes.

Default: Titanium.Codec.CHARSET_UTF8


# dest

Availability
0.8
0.8
9.2.0

Destination buffer.


# destPosition

Availability
0.8
0.8
9.2.0
destPosition :Number

Index in the dest buffer of the first byte of the encoded string.

Default: 0


# source

Availability
0.8
0.8
9.2.0
source :String

Source string to encode.


# sourceLength

Availability
0.8
0.8
9.2.0
sourceLength :Number

Number of characters in source to encode.

Default: The length of `source`


# sourcePosition

Availability
0.8
0.8
9.2.0
sourcePosition :Number

Position in source to start encoding.

Default: 0