C# 클래스 DevUtils.Hash.Base64

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

공개 메소드들

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

Convert hash base64 string to plain

ToBase64 ( this data ) : string

Convert string to base64 hash

메소드 상세

FromBase64() 공개 정적인 메소드

Convert hash base64 string to plain
public static FromBase64 ( this data ) : string
data this base64 string
리턴 string

ToBase64() 공개 정적인 메소드

Convert string to base64 hash
public static ToBase64 ( this data ) : string
data this string to convert
리턴 string