C# 클래스 CRC32, framework

파일 보기 프로젝트 열기: fistbump/framework 1 사용 예제들

공개 메소드들

메소드 설명
Calculate ( string text ) : UInt32
Calculate ( string text, UInt32 previousCrc ) : UInt32

메소드 상세

Calculate() 공개 정적인 메소드

public static Calculate ( string text ) : UInt32
text string
리턴 System.UInt32

Calculate() 공개 정적인 메소드

public static Calculate ( string text, UInt32 previousCrc ) : UInt32
text string
previousCrc System.UInt32
리턴 System.UInt32