C# 클래스 MorseCode.CsJs.Common.StringUtility

파일 보기 프로젝트 열기: jam40jeff/CsJs

공개 메소드들

메소드 설명
FromBase64ToByteArray ( string s ) : byte[]
FromBase64ToString ( string s ) : string
ToBase64 ( IEnumerable bytes ) : string
ToBase64 ( string s ) : string

비공개 메소드들

메소드 설명
Utf8Decode ( byte bytes ) : string
Utf8Encode ( string s ) : IEnumerable

메소드 상세

FromBase64ToByteArray() 공개 정적인 메소드

public static FromBase64ToByteArray ( string s ) : byte[]
s string
리턴 byte[]

FromBase64ToString() 공개 정적인 메소드

public static FromBase64ToString ( string s ) : string
s string
리턴 string

ToBase64() 공개 정적인 메소드

public static ToBase64 ( IEnumerable bytes ) : string
bytes IEnumerable
리턴 string

ToBase64() 공개 정적인 메소드

public static ToBase64 ( string s ) : string
s string
리턴 string