class source code
I'm having trouble understanding line 50 - System.Convert. ToString(s, 16).
According to source code, 1st argument is char and second is radix.
I couldn't find method description and I'm wondering what exactly method does to character and what method returns?
P.S. I can only guess that method returns string, although I'm not sure.
I'm having trouble understanding line 50 - System.Convert. ToString(s, 16).
According to source code, 1st argument is char and second is radix.
I couldn't find method description and I'm wondering what exactly method does to character and what method returns?
P.S. I can only guess that method returns string, although I'm not sure.
Comment