TMXUtils.decodeCSV
decodeCSV(input-: string) → {Array<number>}
Decode a CSV encoded array into a binary array
Name | Type | Description |
---|---|---|
input- | string |
CSV formatted data (only numbers, everything else will be converted to NaN) |
Type | Description |
---|---|
Array<number> |
Decoded data |