Exemple #1
0
 public LSLString(LSLInteger i)
 {
     string s = String.Format("{0}", i);
     m_string = s;
 }
 public LSLString(LSLInteger i) : this(i.value) {}