Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# remove first 5 characters from string

str = str.Substring(n); //Where n is the number of characters you want to remove
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #remove #characters #string
ADD COMMENT
Topic
Name
9+6 =