C# 클래스 DevUtils.Hash.Sha256

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

공개 메소드들

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

Convert string to sha256 hash

메소드 상세

ToSha256() 공개 정적인 메소드

Convert string to sha256 hash
public static ToSha256 ( this data ) : string
data this string to convert
리턴 string