Get DateTime second fractions from dataset or datagrid column
I couldn't get datetime value with the format I want
from dataset column from Oracle data type timestamp.
Note, I could display the value i want in datagrid using the format for that column.
but I couldn't get it programaticaly, only with the default format
I mean datagrid1[x,y].tostring()
thank you