C# Class ConsoleApplication1.DecodeSample

Mostrar archivo Open project: ufcpp/UfcppSample

Public Methods

Method Description
Decode ( ) : void
Decode ( string s ) : void

Private Methods

Method Description
DecodeUtf16 ( byte buffer ) : IEnumerable
DecodeUtf16 ( string s ) : IEnumerable
DecodeUtf16 ( ushort p ) : System
DecodeUtf8 ( byte buffer ) : IEnumerable
DecodeUtf8 ( string s ) : IEnumerable
DecodeUtf8 ( byte p ) : System

Method Details

Decode() public static method

public static Decode ( ) : void
return void

Decode() public static method

public static Decode ( string s ) : void
s string
return void