Converts string representing parameter value to object, returns true if conversion successfull, false otherwise.
シンタックス
'宣言
Public Function TryParameterValueFromString( _
ByVal As System.String, _
ByVal As ParameterTypeEnum, _
ByRef As System.Object _
) As System.Boolean
'使用法
Dim instance As ConnectionBase
Dim str As System.String
Dim parameterType As ParameterTypeEnum
Dim v As System.Object
Dim value As System.Boolean
value = instance.TryParameterValueFromString(str, parameterType, v)
public System.bool TryParameterValueFromString(
System.string ,
ParameterTypeEnum ,
out System.object
)
パラメータ
- str
- parameterType
- v
参照