Char to int and back
m ((username removed) (log details removed): Moving to Documentation namespace)
(Automatically adding template at the end of the page.)
 
Line 10: Line 10:
[[Category:OCL]]
[[Category:OCL]]
[[Category:Data types]]
[[Category:Data types]]
{{Edited|July|12|2024}}

Latest revision as of 15:28, 10 February 2024

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 96 days ago on 02/10/2024. What links here