[]
        
(Showing Draft Content)

C1.C1Preview.UnitPoint.TypeConverter.ObjFromString

ObjFromString Method

ObjFromString(ITypeDescriptorContext, string)

Converts a string to a UnitPoint value.

Declaration
protected override object ObjFromString(ITypeDescriptorContext context, string str)
Protected Overrides Function ObjFromString(context As ITypeDescriptorContext, str As String) As Object
Parameters
Type Name Description
ITypeDescriptorContext context

An ITypeDescriptorContext that provides a format context.

string str

The string to convert.

Returns
Type Description
object

The converted value.

Overrides