UtilEncryptionBase64Encode(Image) Method
Encodes a image using Base64 codification.
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 string Base64Encode(
Image img
)
Public Shared Function Base64Encode (
img As Image
) As String
Dim img As Image
Dim returnValue As String
returnValue = UtilEncryption.Base64Encode(img)
public:
static String^ Base64Encode(
Image^ img
)
static member Base64Encode :
img : Image -> string
No code example is currently available or this language may not be supported.
- img Image
-
The string to encode.
String
The encoded string.
This is a code example.
No code example is currently available or this language may not be supported.
Dim encoded As String = Base64Encode("Hello World!")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.