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
Certainly there are multiple convert paths, e.g. from a String to a DateTime it could be
String -> DateTime directly via StringFormat
String -> long -> DateTime if the String is a Unix Epoch
The mechanism shall allow it try the next path if the current path conversion failed. To avoid performance issue the fallback shall only effective through specific API flag
The text was updated successfully, but these errors were encountered:
Certainly there are multiple convert paths, e.g. from a
String
to aDateTime
it could beThe mechanism shall allow it try the next path if the current path conversion failed. To avoid performance issue the fallback shall only effective through specific API flag
The text was updated successfully, but these errors were encountered: