Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Avoid `OverflowException` in `Boolean.TryFormat` `MemoryMarshal.AsBytes` would throw unnecessarily when `destination.Length` exceeds 0x3FFFFFFF. * Use `string.TryCopyTo` --------- Co-authored-by: Egor Bogatov <[email protected]>
- Loading branch information