C# Class CryptoN.GeneralExtensions

Afficher le fichier Open project: tamimsalem/CryptoN

Méthodes publiques

Méthode Description
FromBase64String ( this base64String ) : byte[]
FromHexString ( this hexString ) : byte[]
ToBase64String ( this data ) : string
ToHexString ( this data ) : string

Method Details

FromBase64String() public static méthode

public static FromBase64String ( this base64String ) : byte[]
base64String this
Résultat byte[]

FromHexString() public static méthode

public static FromHexString ( this hexString ) : byte[]
hexString this
Résultat byte[]

ToBase64String() public static méthode

public static ToBase64String ( this data ) : string
data this
Résultat string

ToHexString() public static méthode

public static ToHexString ( this data ) : string
data this
Résultat string