[]
        
(Showing Draft Content)

C1.C1Preview.RectangleD.TypeConverter.StringFromObj

StringFromObj Method

StringFromObj(ITypeDescriptorContext, object)

Converts a RectangleD 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 RectangleD to convert.

Returns
Type Description
string

The string representing the RectangleD.

Overrides