C# 클래스 DevUtils.Hash.Md5

Md5 utils class
파일 보기 프로젝트 열기: jornfilho/.net-Dev-Utils

공개 메소드들

메소드 설명
ToMd5 ( this data ) : string

Convert string to md5 hash

메소드 상세

ToMd5() 공개 정적인 메소드

Convert string to md5 hash
public static ToMd5 ( this data ) : string
data this string to convert
리턴 string