C# 클래스 CsQuery.HtmlParser.HtmlEncoding

Simplify access to character set encodings for this system.
파일 보기 프로젝트 열기: prepare/HTML-Renderer

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetEncoding ( string encodingName ) : Encoding

Gets an encoding.

TryGetEncoding ( string encodingName, Encoding &encoding ) : bool

Try to get a character set encoding from its web name.

메소드 상세

GetEncoding() 공개 정적인 메소드

Gets an encoding.
public static GetEncoding ( string encodingName ) : Encoding
encodingName string /// Name of the encoding. ///
리턴 System.Text.Encoding

TryGetEncoding() 공개 정적인 메소드

Try to get a character set encoding from its web name.
public static TryGetEncoding ( string encodingName, Encoding &encoding ) : bool
encodingName string /// Name of the encoding. ///
encoding System.Text.Encoding /// [out] The encoding. ///
리턴 bool