decode method

decode

Decode method to obtain decrypted string.

Returns

Returns decrypted string

def decode(self, source):
    ...
Parameter Type Description
source System.String Encrypted string to decode.

See Also