'<typename>' values cannot be converted to 'Char'
'<typename>' values cannot be converted to Char. Use Microsoft.VisualBasic.ChrW to interpret a numeric value as a Unicode character or first convert it to 'String' to produce a digit.
An expression attempts to convert a data type other than String or Object to Char.
Error ID: BC32007
To correct this error
- Use the ChrW function to convert a numeric value to a Unicode character, or first convert the value to String and then to Char.
See Also
Concepts
Implicit and Explicit Conversions