String Error

Hello

1,999,11TL → 1,999,11

I have a value that says. I want to remove the trailing “TL”.
But it should always be something that works.

sample

1,999,11TL → 1,999,11
254TL–> 254
3.15TL–> 3.15

grafik
yourStringVar.Trim(" TL".ToCharArray)

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.