Skip to content

TryParseInt

in Lib.numbers.int.process

Tries to parse a string to an integer; if failing, the default value is used instead.

Input Parameters

Name (Relevancy & Type) Description
String (String)
Default (Int32)

Outputs

Name Type
Result System.Int32