Hi, need some help from u guys/gals out there.
Ive this code :
dim Test as string = "ThisIsMyString"
test.format("{0:####-##-##-######}".test)
Im trying to format it so that the output will be = "This-Is-My-String"
this line of code will only work if i change the type of test to numaric.
Thanks in advance.
Ive this code :
dim Test as string = "ThisIsMyString"
test.format("{0:####-##-##-######}".test)
Im trying to format it so that the output will be = "This-Is-My-String"
this line of code will only work if i change the type of test to numaric.
Thanks in advance.