AsExtensions.AsBase64 Method (Byte[])
From Tungsten Suite
Tungsten
|
|
AsExtensionsAsBase64 Method (Byte) |
Converts a byte array to a Base64 encoded string
Namespace: W
Assembly: Tungsten.As (in Tungsten.As.dll) Version: 2.0.1
C#
public static string AsBase64( this byte[] this )
Parameters
- this
- Type: SystemByte
The string to convert to Base64 encoding
Return Value
Type: StringThe Base64 encoded string