It is required from A to get A , from 2 to get B , from 3 to get C and so on to Z. How to do it?
(char)('A' + x - 1)
Thank you @ AndreyNOP for the answer.
Source: https://ru.stackoverflow.com/questions/818899/More articles:Date Storage and Time ZonesProblem getting value in WPF elementBroadcastReceiver does not catch custom actionPOST data transfer via headerHow to tie the color of the ellipse to the field of the object?How to get text between defined HTML tags using JsoupLaravel correct data selectionThe movement of the object in the equations of timeHow to create a regular expression for replacing VC “tags” on the links?Throwing new exception with unexpected pending exceptionAll Articles
(char)('A' + x - 1)- Andrey NOP