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
I wanted to use the function for a different use case. Here I need the original data types ...
Do you want to implement my enhancement?
I think there is no problem with 'DateTime', 'TimeSpan'.
Why do you convert the datatypes all to string?
Is it needed?
... Line 99
elseif ($Object.GetType().Name -in 'String', 'DateTime', 'TimeSpan', 'Version', 'Enum') {
$Object = $Object.ToString()
} elseif ($Depth)
...
Best Regards
The text was updated successfully, but these errors were encountered: