[]
Gets or sets the code page for the encoding that used to count the max length in byte.
[TypeConverter(typeof(EncodingCodePageConverter))]
public int MaxLengthCodePage { get; set; }
<TypeConverter(GetType(EncodingCodePageConverter))>
Public Property MaxLengthCodePage As Integer
Type | Description |
---|---|
int | An int value indictes the code page for the encoding. The default is -1, indicates using the built-in byte length counting method instead of using encoding. |