Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# remove crlf from string

// Remove all newlines from the 'example' string variable
string cleaned = example.Replace("
", "").Replace("
", "");
Source by kodify.net #
 
PREVIOUS NEXT
Tagged: #remove #crlf #string
ADD COMMENT
Topic
Name
2+5 =