C# 클래스 ScrewTurn.Wiki.Plugins.SqlCommon.Hash

Computes hashes.
파일 보기 프로젝트 열기: mono/ScrewTurnWiki

공개 메소드들

메소드 설명
Compute ( string input ) : string

Computes the Hash code of a string and converts it into a Hex string.

비공개 메소드들

메소드 설명
ComputeBytes ( string input ) : byte[]

Computes the Hash code of a string.

메소드 상세

Compute() 공개 정적인 메소드

Computes the Hash code of a string and converts it into a Hex string.
public static Compute ( string input ) : string
input string The string.
리턴 string