I need to convert an int to hex string.
When converting 1400 => 578
using ToString("X")
or ToString("X2")
but I need it like 0578
.
Can anyone provide me the IFormatter
to ensure that the string is 4 chars long?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…