Variable NumberFromStringConst

      NumberFromString: Schema<string, number>

      This schema transforms a string into a number by parsing the string using the Number function.

      It returns an error if the value can't be converted (for example when non-numeric characters are provided).

      The following special string values are supported: "NaN", "Infinity", "-Infinity".

      Since

      1.0.0