For internal use. Converts value of parameter to the string.
シンタックス
'宣言
Protected Overloads Overridable Function ParameterValueToString( _
ByVal As DataLinkParams, _
ByVal As System.Object _
) As System.String
'使用法
Dim instance As DataLinkBase
Dim dlp As DataLinkParams
Dim value As System.Object
Dim value As System.String
value = instance.ParameterValueToString(dlp, value)
protected virtual System.string ParameterValueToString(
DataLinkParams ,
System.object
)
パラメータ
- dlp
- The DataLinkParams.EncloseParameterValues parameter specifies whether the string should be surrounded by delimiters.
- value
- The value to be converted to string.
参照