[]
        
(Showing Draft Content)

C1.C1Preview.PointD.TypeConverter.StringFromObj

StringFromObj Method

StringFromObj(ITypeDescriptorContext, object)

Converts a PointD to a string.

Declaration
protected override string StringFromObj(ITypeDescriptorContext context, object o)
Parameters
Type Name Description
ITypeDescriptorContext context

An ITypeDescriptorContext that provides a format context.

object o

The PointD to convert.

Returns
Type Description
string

The string representing the PointD.

Overrides