Example #1
0
 /// <summary>
 /// 将Block转换为字节数组
 /// </summary>
 /// <returns></returns>
 public Byte[] ToBytes()
 {
     return(Codec.WriteInt(value, BlockSize));
 }