Exemple #1
0
 // Token: 0x06003AC8 RID: 15048 RVA: 0x0010CC54 File Offset: 0x0010AE54
 public PByte(byte v)
 {
     this.m_Value = PByte.Encode(v);
     this.m_Check = PByte.Check(v);
 }
Exemple #2
0
 // Token: 0x06003ACB RID: 15051 RVA: 0x0010CCA8 File Offset: 0x0010AEA8
 public override string ToString()
 {
     return(PByte.Decode(this.m_Value).ToString());
 }