string num ="123.12400";
I need to get the number of characters after the '.'
num.Length - num.IndexOf(".")-1;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With