Search
DataType.parse Method
See Also
 






Parses value from specified string.

Namespace: MindFusion.DataViews
File: DataType.js

 Syntax

JavaScript  Copy Code

function parse (text)

 Parameters

text

String. Textual representation of the value.

 Return Value

Object. The parsed value.

 See Also