I tried and search for a sample or some good
explanation on how could I format a string like
"12023023023023020302" (24 chars long)
I cannot use o NumberFormatInfo , and convert
the string above cause it's to f... long...
and string.Format("{0:###-####-#-####### ....}", someStringObject);
leaves the input string unchanged
thank you