-
-
Notifications
You must be signed in to change notification settings - Fork 16
ExtendedNumerics.Helpers.BigIntegerHelper.TryParseFraction(thisstring,System.Nullable_ExtendedNumerics.BigDecimal_)
Adam White edited this page Oct 7, 2024
·
1 revision
ttempt to parse a fraction from a String.
public static bool TryParseFraction(this string numberString, out System.Nullable<ExtendedNumerics.BigDecimal> result);
numberString
System.String
result
System.Nullable<BigDecimal>
System.OverflowException
Uncomment this if you want an exception instead of a Boolean.
" 1234.45 / 346.456 "