I don't believe there is a way to directly do this as you are looking for -- no converter exists in the langauge to my knowledge.
Can't you (1) make it a string to begin with, or (2) explicitly cast the object value when it needs to be used? Otherwise I think you'll have to iterate over the dictionary values and insert them into a new dictionary after casting the object value explicitly; this is very inefficient in comparison.
-w00te