C# 클래스 GitSharp.Extensions

파일 보기 프로젝트 열기: jagregory/jagregory-gitsharp

공개 메소드들

메소드 설명
ToAsciiString ( this bytes ) : string
ToByteArray ( this content ) : byte[]
ToHexString ( this bytes ) : string
ToInt32 ( this bytes ) : int

메소드 상세

ToAsciiString() 공개 정적인 메소드

public static ToAsciiString ( this bytes ) : string
bytes this
리턴 string

ToByteArray() 공개 정적인 메소드

public static ToByteArray ( this content ) : byte[]
content this
리턴 byte[]

ToHexString() 공개 정적인 메소드

public static ToHexString ( this bytes ) : string
bytes this
리턴 string

ToInt32() 공개 정적인 메소드

public static ToInt32 ( this bytes ) : int
bytes this
리턴 int