Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
'<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
ChrWfunction to convert a numeric value to a Unicode character, or first convert the value toStringand then toChar.
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.