C# Class GameRevision.GW2Emu.Common.UID

Show file Open project: puppt/GW2Emu Class Usage Examples

Public Methods

Method Description
Random ( ) : UID
ToString ( ) : string
UID ( byte data ) : System

Private Methods

Method Description
BytesToHex ( bool reverse, bool endDash ) : string

Method Details

Random() public static method

public static Random ( ) : UID
return UID

ToString() public method

public ToString ( ) : string
return string

UID() public method

public UID ( byte data ) : System
data byte
return System