C# Class WoWClassic.Common.Extensions

Afficher le fichier Open project: miceiken/WoWClassicAuthServer

Méthodes publiques

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

Method Details

Pad() public static méthode

public static Pad ( this bytes, int count ) : byte[]
bytes this
count int
Résultat byte[]

ReadCString() public static méthode

public static ReadCString ( this br ) : string
br this
Résultat string

ReadPacketGUID() public static méthode

public static ReadPacketGUID ( this br ) : ulong
br this
Résultat ulong

UppercaseFirst() public static méthode

public static UppercaseFirst ( this s ) : string
s this
Résultat string