You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In .NET the Convert class has a ToChar method. It seems beneficial to add one to VBCorLib that accepts a Variant to handle both strin
6887
g and numeric characters.
Only the first character of a string would be used and a numeric value would be converted as normal.
The text was updated successfully, but these errors were encountered:
In .NET the
Convert
class has aToChar
method. It seems beneficial to add one to VBCorLib that accepts aVariant
to handle both strin 6887 g and numeric characters.Only the first character of a string would be used and a numeric value would be converted as normal.
The text was updated successfully, but these errors were encountered: