Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

trimend c#

//String.TrimEnd():
removes all the trailing white-space characters from the current string.
//eg  
Original String     : "abc  "
Result of TrimEnd() : "abc"
Source by www.tutorialkart.com #
 
PREVIOUS NEXT
Tagged: #trimend
ADD COMMENT
Topic
Name
8+2 =