2PTTechnology
The platform that enables you to build rich, interactive communities
Welcome to 2PTTechnology
Sign in
|
Join
|
Help
in
.Net (forum)
.NET 1.1/2.0/3.5 (group)
(Entire Site)
Search
Home
Forums
2PTTechnology
»
.NET 1.1/2.0/3.5
»
.Net
»
Remove Last Character from String
Remove Last Character from String
Last post 02-05-2010, 9:59 AM by
pskobel
. 0 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
02-05-2010, 9:59 AM
366
pskobel
Joined on 01-24-2007
Posts 26
Remove Last Character from String
str.Remove(str.Length - 1, 1);
Report abuse