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.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also