C# Class GitSharp.Extensions

Mostrar archivo Open project: jagregory/jagregory-gitsharp

Public Methods

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

Method Details

ToAsciiString() public static method

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

ToByteArray() public static method

public static ToByteArray ( this content ) : byte[]
content this
return byte[]

ToHexString() public static method

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

ToInt32() public static method

public static ToInt32 ( this bytes ) : int
bytes this
return int