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