Render the value of the element as text.
Renders an object as '[object]', unknown structure as '[invalid]', Empty as 'EMPTY', Null as 'NULL'. Used by ItemDetailsAsString()
The element key
1 2 | Debug.Print TestDict.ItemValueAsString( "Lithuania" ) -> 1032 Debug.Print TestDict.ItemValueAsString( "EmptyElement" ) -> EMPTY |