示例#1
0
 public void ToFile(string filepath, bool append = false)
 {
     Ldr.Write(ToString(), filepath, append);
 }