C# Class Monobjc.Tools.Utilities.Converter

Utility class to perform special convertions.
Exibir arquivo Open project: Monobjc/monobjc-tools

Public Methods

Method Description
FromBase64 ( String content ) : byte[]

Extract a byte array from the given base 64 encoded string.

Method Details

FromBase64() public static method

Extract a byte array from the given base 64 encoded string.
public static FromBase64 ( String content ) : byte[]
content String The content to decode.
return byte[]