TG.INI
IEncryptionHandlerDecryptToString Method |
Decrypts byte array to a Unicode string.
Namespace: TG.INI.Encryption
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
string DecryptToString( byte[] bytes )
Function DecryptToString ( bytes As Byte() ) As String
String^ DecryptToString( array<unsigned char>^ bytes )
abstract DecryptToString : bytes : byte[] -> string
Parameters
- bytes
- Type: SystemByte
The byte data to decrypt.
Return Value
Type: StringUnencrypted string.
See Also