'宣言 Public Function ParameterValueToString( _ ByVal value As System.Object _ ) As System.String
'使用法 Dim instance As ConnectionBase Dim value As System.Object Dim value As System.String value = instance.ParameterValueToString(value)
public System.string ParameterValueToString( System.object value )
パラメータ
- value