summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/UInt16.cs
AgeCommit message (Collapse)AuthorFilesLines
2019-03-27Nullable: Uint32, (U)Int16, (U)Int64 (#23449)Krzysztof Wicher1-30/+31
* Nullable: UInt32 * (U)Int16, (U)Int64 * Make NumberFormatInfo non-nullable
2018-12-12Optimize number parsing (#21365)Pent Ploompuu1-15/+7
2018-10-29Some cleanup of the System.Number class (#20619)Tanner Gooding1-1/+1
* Formatting Number.Formatting.cs and Number.Parsing.cs * Removing some duplicated parsing code by having the Parse method call TryParse * Moving two constants from NumberBuffer to Dragon4 * Rename FloatPrecision to SinglePrecision * Updating the casing of the NumberBuffer fields * Updating NumberBuffer to allow taking a custom-sized digit buffer. * Updating the various NumberBufferLength constants to be the exact needed lengths * Fixing DoubleNumberBufferLength and SingleNumberBufferLength to account for the rounding digit. * Fixing TryParseNumber to use the correct maxDigCount * Ensure the TryParseSingle out result is assigned on success
2018-08-31Revert "Remove not necessary type forwarded from attributes when type comes ↵Santiago Fernandez Madero1-0/+1
from mscorlib in netfx" (#19784) This reverts commit 4fb001d431e0f44df15709f02f776e565fec14c7.
2018-08-29Remove not necessary type forwarded from attributes when type comes from ↵Santiago Fernandez Madero1-1/+0
mscorlib in netfx
2018-06-25Changed internal value to readonly to all the primitive typesPhil Garcia1-2/+2
2018-06-24Simply type names in Corelib (#18623)Stephen Toub1-24/+24
2018-05-08Rename mscorlib to System.Private.Corelib (#17926)Maryam Ariyan1-0/+289
* diff from just renaming folder mscorlib to System.Private.CoreLib * Updating build.proj to reflect name change Fixes: #17905