FromExtensions.FromBase64 Method (Byte[], Encoding)
From Tungsten Suite
Tungsten
|
|
FromExtensionsFromBase64 Method (Byte, Encoding) |
Converts a Base64 encoded byte array back to a normal byte array
Namespace: W
Assembly: Tungsten.From (in Tungsten.From.dll) Version: 2.0.1
C#
public static string FromBase64( this byte[] this, Encoding encoding )
Parameters
- this
- Type: SystemByte
The Base64 encoded byte array to convert - encoding
- Type: System.TextEncoding
The encoding to use
Return Value
Type: StringA non-encoded string