C# Class Electro.Utils.ByteArrayUtils

Mostrar archivo Open project: HackerDom/ructfe-2015

Public Methods

Method Description
ToHex ( this bytes ) : string
ToHex ( this bytes, int offset, int count ) : string

Method Details

ToHex() public static method

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

ToHex() public static method

public static ToHex ( this bytes, int offset, int count ) : string
bytes this
offset int
count int
return string