C# Class ConsoleApplication1.DecodeSample

Afficher le fichier Open project: ufcpp/UfcppSample

Méthodes publiques

Méthode Description
Decode ( ) : void
Decode ( string s ) : void

Private Methods

Méthode 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 méthode

public static Decode ( ) : void
Résultat void

Decode() public static méthode

public static Decode ( string s ) : void
s string
Résultat void