[]
Gets or sets the encoding code page.
[TypeConverter(typeof(r4))]
public int EncodingCodePage { get; set; }
<TypeConverter(GetType(r4))>
Public Property EncodingCodePage As Integer
Type | Description |
---|---|
int | The encoding code page. The default is Encoding.Unicode.CodePage. |