Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unify formatting part of BigInteger of CoreLib (dotnet#97889)
* Revert "Remove Formatting.Common for PR" This reverts commit bcc70e3. * Move NumberToString and dependencies to Common * NumberToStringFormat and ParseFormatSpecifier * Polyfill for CoreLib internal members * Use common formatting for BigInteger * Remove unused FormatProvider and comments * Move CharStackBufferSize to CoreLib for now * Ue AOOE.ThrowIf method * Convert typeof assert to sizeof * Fix buffer length and type of span * Fix exponent length * Move unused DecimalPrecision back to CoreLib * Port conflicting diffs
- Loading branch information