Input = "14,567.00"
Output = Input.Replace(",","").Replace("/","").TrimEnd("0"c).TrimEnd("."c)
Check the below image for better understanding @BHUSHAN_NAGAONKAR1 :
Hope it helps!!
Input = "14,567.00"
Output = Input.Replace(",","").Replace("/","").TrimEnd("0"c).TrimEnd("."c)
Check the below image for better understanding @BHUSHAN_NAGAONKAR1 :
Hope it helps!!