Click or drag to resize

EncryptionBase64Decode Method

Base64 decoding.

Namespace:  Koden.Utils.Encryption
Assembly:  Koden.Utils.Encryption (in Koden.Utils.Encryption.dll) Version: 1.1.6453.26061
Syntax
public static string Base64Decode(
	string data
)

Parameters

data
Type: SystemString
The data.

Return Value

Type: String

[Missing <returns> documentation for "M:Koden.Utils.Encryption.Encryption.Base64Decode(System.String)"]

See Also