[]
Gets or sets the encoding.
[Browsable(false)]
[TypeConverter(typeof(EncodingConverter))]
public Encoding Encoding { get; set; }
<Browsable(False)>
<TypeConverter(GetType(EncodingConverter))>
Public Property Encoding As Encoding
Type | Description |
---|---|
Encoding | The encoding. The default is Unicode. |
Type | Condition |
---|---|
ArgumentNullException | The assigned value is null. |