Hi, need some help from u guys/gals out there.
I've this code :
dim Test as string = "ThisIsMyString"
test.format("{0:####'-'##'-'##'-'######}".test)
I'm 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.
I've this code :
dim Test as string = "ThisIsMyString"
test.format("{0:####'-'##'-'##'-'######}".test)
I'm 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.