Remove last char of string c#

YourString = YourString.Remove(YourString.Length - 1);

Comments

Popular posts from this blog

SQL Interview Questions and Answers

Generic Interface and Factory Pattern in C#

How to get device info IMEI programmatically in xamarin android