I have a string “000016” When i call .toString() ,...
# android
p
I have a string “000016” When i call .toString() , it removes the zeros why ?
d
Like this?
println("000016".toString())
?
o
Because leading zeros is not the way we write numbers