Member group
TryParse
Type: DoubleExtensions
Namespace: System
Assembly: Raven.Core.dll
Source file: Parse.rvn
Overloads / Variants
TryParse
static func TryParse(input: string?, style: NumberStyles, provider: IFormatProvider?) -> Option<double>
Source file: Parse.rvn
Parses a double using the specified style and format provider.
TryParse
static func TryParse(input: string?) -> Option<double>
Source file: Parse.rvn
Parses a double and returns Some on success or None on failure.