Converts an object to a string.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected override string StringFromObj(
	ITypeDescriptorContext context,
	Object o
)
Visual Basic
Protected Overrides Function StringFromObj ( _
	context As ITypeDescriptorContext, _
	o As Object _
) As String

Parameters

context
Type: System.ComponentModel..::..ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.
o
Type: System..::..Object
The object to convert.

Return Value

The converted string.

See Also