readData

Reads data from a string (which can be string, double, integer, or array of any of those types, or array of array...)

Does not care if elements in array are of same type or not.

readData
(
string strData
)

Return Value

Type: NaData

the data in NaData

Throws

Exception if data is invalid

Meta