void Exec_Base642Byte() { Bytes = Compress.ByteDecompress(Cast.Str2Byte(Base64, EStringByte.Base64)); }
void Exec_Hex2Byte() { Bytes = Compress.ByteDecompress(Cast.Str2Byte(Hex)); }