Hi,
I have a decimal value and i need to take the digits after decimal
places(fraction part only).
Is there any simple functions available other than using string
functions(searc hing for '.' and take the string after that)
decimal decimalValue=12 .745
I need to take .745 as another decimal value only from the
decimalValue
Thanks,
Sony
I have a decimal value and i need to take the digits after decimal
places(fraction part only).
Is there any simple functions available other than using string
functions(searc hing for '.' and take the string after that)
decimal decimalValue=12 .745
I need to take .745 as another decimal value only from the
decimalValue
Thanks,
Sony
Comment