본문 바로가기
C#(CSharp)/Etc

int to string 4 digit (ex) 100 -> 0100

by swconsulting 2018. 2. 19.

string scaleSize = string.Format("{0:0000}", this.showScale);

'C#(CSharp) > Etc' 카테고리의 다른 글

C# directory exist or not  (0) 2018.04.02
How to properly exit a C# application?  (0) 2018.03.29
Internet Feature Controls  (0) 2018.02.05
Convert webpage to image  (0) 2018.02.04
Which is best LINQ or SQL queries?  (0) 2018.02.04