So the question is in the title
I am doing System.Byte.Parse ("0xAA"), but I feel that every time the compiler parses the string and I just want to send this byte to the compiler.
I know there are F # literals (like 86uy), but I want exactly hex mode. Maybe I can write AAuy, but I canโt understand how I can write it at the same time. Because, for example, 11uy and 11uy (in hexadecimal mode) are different // correct me if I am wrong.
Thanks.
Masha source share