Msgbox ("" "" "" "" "" "") The content output of this written or English double quotes.
I am solved like this now.
Debug.writeline (Convert.ToChar (8220) & "Hello" & Convert.ToChar (8221))
Conversion with characters
If we can apply for two variables in actual use
Public shared vblq as char = convert.tochar (8220)
Public shared vbrq as char = convert.tochar (8221)
Then call this when needed
Debug.writeline (VBLQ & "Hello" & VBRQ)
Output result
"Hello"