C# Class CryptoN.GeneralExtensions

ファイルを表示 Open project: tamimsalem/CryptoN

Public Methods

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

Method Details

FromBase64String() public static method

public static FromBase64String ( this base64String ) : byte[]
base64String this
return byte[]

FromHexString() public static method

public static FromHexString ( this hexString ) : byte[]
hexString this
return byte[]

ToBase64String() public static method

public static ToBase64String ( this data ) : string
data this
return string

ToHexString() public static method

public static ToHexString ( this data ) : string
data this
return string