Skip to content

ExtendedNumerics.Helpers.BigIntegerHelper.TryParseFraction(thisstring,System.Nullable_ExtendedNumerics.BigDecimal_)

Adam White edited this page Oct 7, 2024 · 1 revision

BigIntegerHelper.TryParseFraction(this string, Nullable) Method

ttempt to parse a fraction from a String.

public static bool TryParseFraction(this string numberString, out System.Nullable<ExtendedNumerics.BigDecimal> result);

Parameters

numberString System.String

result System.Nullable<BigDecimal>

Returns

System.Boolean

Exceptions

System.OverflowException
Uncomment this if you want an exception instead of a Boolean.

Example

" 1234.45 / 346.456 "

Clone this wiki locally