VBCorLib icon indicating copy to clipboard operation
VBCorLib copied to clipboard

Add Convert.ToChar method.

Open kellyethridge opened this issue 4 years ago • 0 comments

In .NET the Convert class has a ToChar method. It seems beneficial to add one to VBCorLib that accepts a Variant to handle both string and numeric characters.

Only the first character of a string would be used and a numeric value would be converted as normal.

kellyethridge avatar Apr 13 '20 21:04 kellyethridge