of


Description:

public static Result<BigInteger,Error> of (string value)

Creates a BigInteger from decimal text.

Parameters:

value

decimal text (optional leading + or -).

Returns:

Result.ok(normalized BigInteger), or Result.error(BigIntegerError.INVALID_ARGUMENT) when value is invalid decimal text.