Exemplo n.º 1
0
 public static uint MakeVariableId(string idstring)
 {
     return(CRC32.CalcCRC(idstring));
 }
Exemplo n.º 2
0
 public CStringID(string str)
 {
     //SetId(str);
     m_id = CRC32.CalcCRC(str);
 }
Exemplo n.º 3
0
 public void SetId(string str)
 {
     m_id = CRC32.CalcCRC(str);
 }
Exemplo n.º 4
0
 public CStringID(string str)
 {
     this.m_id = CRC32.CalcCRC(str);
 }