H
Hartjezomer
Guest
Hello,
For our project we search for results that in sometimes contains a lot of zeros...like 6000000. It is difficult to read so I want to place a decimal in it: 6.000.000
I googled a lot but it didn't helped me. Does somebody know how to help me?
from r in Results
where (r.Test.Sample.Order.OrderId == _p0)
select new
{
TekstWaarde = r.TextValue,
}
]]></db:statement>
Continue reading...
For our project we search for results that in sometimes contains a lot of zeros...like 6000000. It is difficult to read so I want to place a decimal in it: 6.000.000
I googled a lot but it didn't helped me. Does somebody know how to help me?
from r in Results
where (r.Test.Sample.Order.OrderId == _p0)
select new
{
TekstWaarde = r.TextValue,
}
]]></db:statement>
Continue reading...