コード例 #1
0
 public static uint DecodeUInt32(byte[] bzData)
 {
     return((uint)Base64Encoding.DecodeInt32(bzData));
 }