Hello!
What are differences between opCast and opConv operations? How they are differs internally? On which data types I must use
cast<type> operation, and when - type(...) ? Can I safely use both operations in all case or an application's crash may occurs?
At last - what operation I must use for getting values from DictionaryValue for different storing types?
Thanks for answers