# EncodeStringDict
Named parameters for encodeString.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# charset
charset :String
Character encoding to use when encoding this string to bytes.
This API can be assigned the following constants:
Default: Titanium.Codec.CHARSET_UTF8
# destPosition
destPosition :Number
Index in the dest
buffer of the first byte of the encoded string.
Default: 0
# sourceLength
sourceLength :Number
Number of characters in source
to encode.
Default: The length of `source`