UtilEncryptionBase64DecodeAsBitmap Method

Decodes a string encoded in Base64 to a Bitmap.

Definition

Namespace: DevCase.Core.Security.Cryptography.Encryption
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Bitmap Base64DecodeAsBitmap(
	string str
)

Parameters

str  String
The source Base64 encoded string.

Return Value

Bitmap
The resulting Bitmap.

See Also