Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# string newline


string text = "fkdfdsfdflkdkfk@dfsdfjk72388389@kdkfkdfkkl@jkdjkfjd@jjjk@";

text = text.Replace("@", "@" + System.Environment.NewLine);

Source by codefantasy.org #
 
PREVIOUS NEXT
Tagged: #string #newline
ADD COMMENT
Topic
Name
8+9 =