24 February 2014

Delete last char of string in c#.net

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

No comments:

Post a Comment