VBNet Function to Return Unicode Character

  • Thread starter Thread starter Kevin Carter
  • Start date Start date
K

Kevin Carter

Hi there,

I'm trying to find/use a function (similar to SQL's "CHAR"
function) to where I can provide a decimal (like 229) and
have it return the Unicode character.

Thanks for your help,
Kevin
 
Hello,

Kevin Carter said:
I'm trying to find/use a function (similar to SQL's "CHAR"
function) to where I can provide a decimal (like 229) and
have it return the Unicode character.

Have a look at the 'ChrW' function.
 
Kevin Carter said:
Hi there,

I'm trying to find/use a function (similar to SQL's "CHAR"
function) to where I can provide a decimal (like 229) and
have it return the Unicode character.

Chr(229)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top