C# 클래스 Gribble.Extensions.EntityExtensions

파일 보기 프로젝트 열기: mikeobrien/Gribble

공개 메소드들

메소드 설명
Hash ( this value, HashAlgorithim algorithm ) : byte[]
ToHex ( this value ) : string

메소드 상세

Hash() 공개 정적인 메소드

public static Hash ( this value, HashAlgorithim algorithm ) : byte[]
value this
algorithm HashAlgorithim
리턴 byte[]

ToHex() 공개 정적인 메소드

public static ToHex ( this value ) : string
value this
리턴 string