Char to int and back
(Adding message template to the top of the page)
(Replacing message template with parser tag)
Line 1: Line 1:
{{message|Write the content here to display this box}}
<message>Write the content here to display this box</message>
Convert a number to its corresponding character:
Convert a number to its corresponding character:



Revision as of 07:39, 17 June 2024

This page was created by Hans.karlsen@mdriven.net on 2022-11-22. Last edited by Edgar on 2025-01-20.

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

MDriven Chat

How would you like to chat today?

Setting up your conversation…

This may take a few moments