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