ConvertFromInvariantString(ITypeDescriptorContext,String) Method
In This Topic
Syntax
'Declaration
Public Overloads Function ConvertFromInvariantString( _
ByVal As System.ComponentModel.ITypeDescriptorContext, _
ByVal As System.String _
) As System.Object
public System.object ConvertFromInvariantString(
System.ComponentModel.ITypeDescriptorContext ,
System.string
)
Parameters
- context
- text
See Also