TMXUtils.decodeCSV

decodeCSV(input-: string) → {Array<number>}

Decode a CSV encoded array into a binary array

Parameters:
Name Type Description
input- string

CSV formatted data (only numbers, everything else will be converted to NaN)

Returns:
Type Description
Array<number>

Decoded data

Powered by webdoc!