C# Class Monobjc.Tools.Utilities.Converter

Utility class to perform special convertions.
Afficher le fichier Open project: Monobjc/monobjc-tools

Méthodes publiques

Méthode Description
FromBase64 ( String content ) : byte[]

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

Method Details

FromBase64() public static méthode

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