You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
This node is missing in the CoreLib, and I miss it when I'm trying to parse Date / Time that the user can enter in any custom format I define. We have only TryParse, but it is only working for one predefined format.
Is your feature request related to a problem? Please describe.
This node is missing in the CoreLib, and I miss it when I'm trying to parse Date / Time that the user can enter in any custom format I define. We have only
TryParse
, but it is only working for one predefined format.Describe the solution you'd like
Would be good to have it in the CoreLib.
https://learn.microsoft.com/en-us/dotnet/api/system.datetime.parseexact?view=net-7.0#system-datetime-parseexact(system-string-system-string()-system-iformatprovider-system-globalization-datetimestyles)
The text was updated successfully, but these errors were encountered: