예제 #1
0
 public string RepalceToRN()
 {
     if (RepalceTo == null)
     {
         return null;
     }
     return RepalceTo.Replace("\\r\\n", "\r\n");
 }
예제 #2
0
 public override int GetHashCode()
 {
     return RepalceTo.GetHashCode();
 }