Member group

TryParse

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

Overloads / Variants

TryParse

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

Source file: Parse.rvn

Parses a long integer using the specified style and format provider.

TryParse

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

Source file: Parse.rvn

Parses a long integer and returns Some on success or None on failure.