Char to int and back
(Automatically adding template at the end of the page.)
(Adding message template to the top of the page)
Line 1: Line 1:
{{message|Write the content here to display this box}}
Convert a number to its corresponding character:
Convert a number to its corresponding character:



Revision as of 22:13, 16 June 2024

Write the content here to display this box

Convert a number to its corresponding character:

Char.ConvertFromUtf32( 65 ) -- returns 'A'

Convert a character to its corresponding Integer value:

Char.ConvertToUtf32('AB',0) -- returns 65

Char.ConvertToUtf32('AB',1) -- returns 66

This page was edited 92 days ago on 06/20/2024. What links here