theraot / Theraot

Backporting .NET and more: LINQ expressions in .net 2.0 - nuget Theraot.Core available.
MIT License
158 stars 30 forks source link

Missing ToString(IFormatProvider) #64

Closed NN--- closed 5 years ago

NN--- commented 5 years ago

.NET Standard 1.6 and below with .NET Core 1.1 and below doen't have ToString(IFormatProvider) for basic types such as Char, Int32 ...

Implementation for Char: https://github.com/dotnet/coreclr/blob/master/src/System.Private.CoreLib/shared/System/Char.cs#L157

NN--- commented 5 years ago

What about other basic types ? Long, short and so on ?

theraot commented 5 years ago

As far as I can tell they have this overload