public byte[] ToByteArray(
     )
 {
     return((byte[])RawValue.Clone());
 }