C# Class WoWClassic.Common.Extensions

Mostrar archivo Open project: miceiken/WoWClassicAuthServer

Public Methods

Method Description
Pad ( this bytes, int count ) : byte[]
ReadCString ( this br ) : string
ReadPacketGUID ( this br ) : ulong
UppercaseFirst ( this s ) : string

Method Details

Pad() public static method

public static Pad ( this bytes, int count ) : byte[]
bytes this
count int
return byte[]

ReadCString() public static method

public static ReadCString ( this br ) : string
br this
return string

ReadPacketGUID() public static method

public static ReadPacketGUID ( this br ) : ulong
br this
return ulong

UppercaseFirst() public static method

public static UppercaseFirst ( this s ) : string
s this
return string