G
Guest
1) Where can I find the valid set of formatting codes that can be used with
the tostring method?
2) When using the following statement I get an invalid cast error --- why?
X0SS = drResult("X0SS").tostring("f2")
where drResult is a datarow and the value of drResult("X0SS") is 2.75 a
double.
If I change it to the following then no error occurs:
X0SS = cDbl(drResult("X0SS")).tostring("f2")
the tostring method?
2) When using the following statement I get an invalid cast error --- why?
X0SS = drResult("X0SS").tostring("f2")
where drResult is a datarow and the value of drResult("X0SS") is 2.75 a
double.
If I change it to the following then no error occurs:
X0SS = cDbl(drResult("X0SS")).tostring("f2")