How do i Remove the Digits After Decimal Wihout Round?

Hi,
Try This
cdbl(System.Text.RegularExpressions.Regex.Match(cstr(Str_value),“([0-9]+).([0-9]{1})”).Value)

xaml is attached
round_off.xaml (5.0 KB)

Thanks,
Muthuraj

1 Like