Fan.Sys.Charset.utf16LE C# (CSharp) Méthode

utf16LE() public static méthode

public static utf16LE ( ) : Charset
Résultat Charset
        public static Charset utf16LE()
        {
            if (m_utf16LE == null) m_utf16LE = new Utf16LECharset();
              return m_utf16LE;
        }