C#(CSharp)/Etc
int to string 4 digit (ex) 100 -> 0100
swconsulting
2018. 2. 19. 18:27
string scaleSize = string.Format("{0:0000}", this.showScale);