tryParse method

double tryParse (String source)
override

Parse source as an double literal and return its value.

Like parse except that this function returns null for invalid inputs instead of throwing.

Implementation

external static double tryParse(String source);