UtilEncryptionBase64DecodeAsBitmap Method
Decodes a string encoded in Base64 to a Bitmap.
Namespace: DevCase.Core.Security.Cryptography.EncryptionAssembly: 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
)
Public Shared Function Base64DecodeAsBitmap (
str As String
) As Bitmap
Dim str As String
Dim returnValue As Bitmap
returnValue = UtilEncryption.Base64DecodeAsBitmap(str)
public:
static Bitmap^ Base64DecodeAsBitmap(
String^ str
)
static member Base64DecodeAsBitmap :
str : string -> Bitmap
No code example is currently available or this language may not be supported.
- str String
-
The source Base64 encoded string.
Bitmap
The resulting
Bitmap.