Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

remove substring from string c#

string hello = "Hello Word";
string result = hello.Replace("lo Wo","");
Source by social.msdn.microsoft.com #
 
PREVIOUS NEXT
Tagged: #remove #substring #string
ADD COMMENT
Topic
Name
8+7 =