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