C# Class Cassette.Utilities.ByteArrayExtensions

Show file Open project: Zocdoc/cassette Class Usage Examples

Public Methods

Method Description
FromHexString ( string hex ) : byte[]
ToHexString ( this bytes ) : string

Method Details

FromHexString() public static method

public static FromHexString ( string hex ) : byte[]
hex string
return byte[]

ToHexString() public static method

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