G
gg
Hello, every body:
in C++ we can use springf("02X",byte) to get the string like following:
"0D","AB","9C"...
but in C# i use Byte.ToString("X") can get "D","AB","9C"...
how to get like "0D"?
Thanks.
in C++ we can use springf("02X",byte) to get the string like following:
"0D","AB","9C"...
but in C# i use Byte.ToString("X") can get "D","AB","9C"...
how to get like "0D"?
Thanks.