[]
        
(Showing Draft Content)

FarPoint.Win.Spread.EncodingValidator.Encoding

Encoding Property

Encoding

Gets or sets the encoding.

Declaration
[Browsable(false)]
[TypeConverter(typeof(EncodingConverter))]
public Encoding Encoding { get; set; }
<Browsable(False)>
<TypeConverter(GetType(EncodingConverter))>
Public Property Encoding As Encoding
Property Value
Type Description
Encoding

The encoding. The default is Unicode.

Exceptions
Type Condition
ArgumentNullException

The assigned value is null.