I need to convert all DateTime values to String, though out my project, all of my code at the end follows 1 function, where I have 4 different Hashtables (actually XmlRpcStruct Object of CookComputing xmlrpc library).
is there any way that without iterating on each hash table - I can convert the values of hashtable having datetime -> string.
without iterating - I mean just to make the processing faster, but I need to solve it for nested hashtables where key contains another hashtable too.