C# Class GitSharp.Extensions

Afficher le fichier Open project: jagregory/jagregory-gitsharp

Méthodes publiques

Méthode Description
ToAsciiString ( this bytes ) : string
ToByteArray ( this content ) : byte[]
ToHexString ( this bytes ) : string
ToInt32 ( this bytes ) : int

Method Details

ToAsciiString() public static méthode

public static ToAsciiString ( this bytes ) : string
bytes this
Résultat string

ToByteArray() public static méthode

public static ToByteArray ( this content ) : byte[]
content this
Résultat byte[]

ToHexString() public static méthode

public static ToHexString ( this bytes ) : string
bytes this
Résultat string

ToInt32() public static méthode

public static ToInt32 ( this bytes ) : int
bytes this
Résultat int