Class EncodingDetectionInfo
Inheritance
System.Object
EncodingDetectionInfo
Namespace: MediaBrowser.Model.Text
Assembly: MediaBrowser.Model.dll
Syntax
public class EncodingDetectionInfo
Properties
Encoding
Declaration
public Encoding Encoding { get; set; }
Property Value
Type | Description |
---|---|
System.Text.Encoding |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |