dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlBinaryString Structure / Encoding Property

In This Topic
    Encoding Property
    In This Topic
    Gets or sets the encoding used to convert Byte[] representation of this instance to String.
    Syntax
    'Declaration
     
    Public Property Encoding As Encoding
    public Encoding Encoding {get; set;}

    Property Value

    The encoding to use.
    See Also