Example #1
0
 private static String EncodeQuoteAndClearLine(String src)
 {
     //return src.Replace( "\"", "\\\"" ).Replace( "\r\n", "" ).Replace( "\n", "" ).Replace( "\r", "" ).Replace( "\r\n", "" );
     return(JsonString.ClearNewLine(src));
 }
Example #2
0
 private static String EncodeQuoteAndClearLine(String src)
 {
     return(JsonString.ClearNewLine(src));
 }