C# 클래스 cyberh0me.Utilities.Base32

파일 보기 프로젝트 열기: cyberh0me/OTP

공개 메소드들

메소드 설명
ToBytesBase32 ( this input ) : byte[]
ToStringBase32 ( this input ) : string

비공개 메소드들

메소드 설명
CharToValue ( char c ) : int
ValueToChar ( byte b ) : char

메소드 상세

ToBytesBase32() 공개 정적인 메소드

public static ToBytesBase32 ( this input ) : byte[]
input this
리턴 byte[]

ToStringBase32() 공개 정적인 메소드

public static ToStringBase32 ( this input ) : string
input this
리턴 string