C# 클래스 ConsoleApplication1.DecodeSample

파일 보기 프로젝트 열기: ufcpp/UfcppSample

공개 메소드들

메소드 설명
Decode ( ) : void
Decode ( string s ) : void

비공개 메소드들

메소드 설명
DecodeUtf16 ( byte buffer ) : IEnumerable
DecodeUtf16 ( string s ) : IEnumerable
DecodeUtf16 ( ushort p ) : System
DecodeUtf8 ( byte buffer ) : IEnumerable
DecodeUtf8 ( string s ) : IEnumerable
DecodeUtf8 ( byte p ) : System

메소드 상세

Decode() 공개 정적인 메소드

public static Decode ( ) : void
리턴 void

Decode() 공개 정적인 메소드

public static Decode ( string s ) : void
s string
리턴 void