DataParameter.ToString Method

Retrieves a string representation of the value of this parameter.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'宣言
Public Overrides Function ToString As String
'使用
Dim instance As DataParameter
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
public override function ToString() : String

Return Value

Type: System.String

Returns a string representation of the value of this parameter.

Remarks

The base implementation of this method returns Value.ToString.

Permissions

See Also

Reference

DataParameter Class

DataParameter Members

Microsoft.VisualStudio.Data Namespace

ToString