Add Version Span-based APIs #22815
Labels
api-approved
API was approved in API review, it can be implemented
area-System.Runtime
tenet-performance
Performance related issue
Milestone
Separated out of https://github.com/dotnet/corefx/issues/21281 for tracking purposes.
EDIT 8/17/2017:
We'd approved:
as a way to avoid needing to add two TryFormat overloads based on whether it takes a fieldCount or not, but it turns out that deviates from the ToString()/ToString(fieldCount) behavior, where the former doesn't always use fieldCount == 4 but rather dynamically determines the value based on the instance, so we should add both:
The text was updated successfully, but these errors were encountered: