M
mp
Trying to use the format method in vb.net
to oconvert a double to string of 4 places
I tried:
Format(CStr(dHeightOfStone), "x.xxxx")
and:
Format(CStr(dHeightOfStone), "#.####")
It returns "x.xxxx" or "#.####" instead of "36.1875" (or whatever number was
input)
any tips?
thanks mark
to oconvert a double to string of 4 places
I tried:
Format(CStr(dHeightOfStone), "x.xxxx")
and:
Format(CStr(dHeightOfStone), "#.####")
It returns "x.xxxx" or "#.####" instead of "36.1875" (or whatever number was
input)
any tips?
thanks mark