C# 클래스 System.IO.StreamExtension

Extension methods any kind of streams
파일 보기 프로젝트 열기: v5bep7/Utility

공개 메소드들

메소드 설명
GetMd5 ( this stream ) : string

获取数据流的内容MD5

메소드 상세

GetMd5() 공개 정적인 메소드

获取数据流的内容MD5
public static GetMd5 ( this stream ) : string
stream this
리턴 string