Method
Parse
static func Parse(input: string) -> Result<int, FormatException | OverflowException>
Type: Int32Extensions
Namespace: System
Assembly: Raven.Core.dll
Source file: Parse.rvn
Parses an integer and captures format or overflow failures in a Result.