[]
        
(Showing Draft Content)

C1.C1Preview.PointD.TypeConverter.ObjFromString

ObjFromString Method

ObjFromString(ITypeDescriptorContext, string)

Converts a string to a PointD.

Declaration
protected override object ObjFromString(ITypeDescriptorContext context, string str)
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 PointD.

Overrides