C# Class Tangzx.ABSystem.HashUtil

Mostra file Open project: tangzx/ABSystem Class Usage Examples

Public Methods

Method Description
Get ( Stream fs ) : string
Get ( byte data ) : string
Get ( string s ) : string
ToHexString ( byte bytes ) : string

Method Details

Get() public static method

public static Get ( Stream fs ) : string
fs System.IO.Stream
return string

Get() public static method

public static Get ( byte data ) : string
data byte
return string

Get() public static method

public static Get ( string s ) : string
s string
return string

ToHexString() public static method

public static ToHexString ( byte bytes ) : string
bytes byte
return string