Member group

TryParse

Type: DecimalExtensions
Namespace: System
Assembly: Raven.Core.dll
Source file: Parse.rvn

Overloads / Variants

TryParse

static func TryParse(input: string?, style: NumberStyles, provider: IFormatProvider?) -> Option<decimal>

Source file: Parse.rvn

Parses a decimal using the specified style and format provider.

TryParse

static func TryParse(input: string?) -> Option<decimal>

Source file: Parse.rvn

Parses a decimal and returns Some on success or None on failure.