Namespace: EncryptionUtilsAssembly: ExcryptionUtils (in ExcryptionUtils.dll) Version: 1.0.3776.37319
Syntaxpublic override byte[] decode(
byte[] b
)
Public Overrides Function decode (
b As Byte()
) As Byte()
public:
virtual array<unsigned char>^ decode(
array<unsigned char>^ b
) override
abstract decode :
b : byte[] -> byte[]
override decode :
b : byte[] -> byte[]
Parameters
- b
- Type: SystemByte
Return Value
Type:
Byte
See Also