[][src]Function boa::builtins::value::equality::string_to_bigint

pub fn string_to_bigint(string: &str) -> Option<BigInt>

This function takes a string and conversts it to BigInt type.

If the result is NaN than None is returned.

More information: