C# 클래스 Mistilteinn.Utils.EncodeUtil

파일 보기 프로젝트 열기: bleis-tift/Mistilteinn

공개 메소드들

메소드 설명
GetCode ( byte bytes ) : Encoding

文字コードを判別する

Jcode.pmのgetcodeメソッドを移植したものです。 Jcode.pm(http://openlab.ring.gr.jp/Jcode/index-j.html) Jcode.pmのCopyright: Copyright 1999-2005 Dan Kogai

메소드 상세

GetCode() 공개 정적인 메소드

文字コードを判別する
Jcode.pmのgetcodeメソッドを移植したものです。 Jcode.pm(http://openlab.ring.gr.jp/Jcode/index-j.html) Jcode.pmのCopyright: Copyright 1999-2005 Dan Kogai
public static GetCode ( byte bytes ) : Encoding
bytes byte 文字コードを調べるデータ
리턴 System.Text.Encoding