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

In This Topic
    Value Property (MySqlBinaryString)
    In This Topic
    Gets the string representation of the structure.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As String
    public string Value {get;}

    Property Value

    The string representation of the structure.
    Remarks

    This property is read-only. Use MySqlBinaryString constructors to assign a value to the structure.

    All operations with string representation of MySqlBinaryString are performed basing on the binary representation from the Buffer and the information from Encoding property.

    See Also