C# 클래스 USEncoder.ToEncoding

SJISとUTF-8の相互変換を行うクラス
파일 보기 프로젝트 열기: GRGSIBERIA/utf8-sjis-encoder 1 사용 예제들

공개 메소드들

메소드 설명
ToSJIS ( string unicode_str ) : byte[]
ToUnicode ( byte sjis_bytes ) : string

메소드 상세

ToSJIS() 공개 정적인 메소드

public static ToSJIS ( string unicode_str ) : byte[]
unicode_str string
리턴 byte[]

ToUnicode() 공개 정적인 메소드

public static ToUnicode ( byte sjis_bytes ) : string
sjis_bytes byte
리턴 string