C# 클래스 Qowaiv.Text.Base64

is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. The term Base64 originates from MIME. (RFC 1341, since made obsolete by RFC 2045)
파일 보기 프로젝트 열기: Corniel/Qowaiv

공개 메소드들

메소드 설명
ToString ( byte bytes ) : string

Represents a byte array as a string.

비공개 메소드들

메소드 설명
TryGetBytes ( string s, byte &bytes ) : bool

메소드 상세

ToString() 공개 정적인 메소드

Represents a byte array as a string.
public static ToString ( byte bytes ) : string
bytes byte
리턴 string