Converts an object to the type held by this column.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public virtual Object Convert(
	Object obj
)
Visual Basic (Declaration)
Public Overridable Function Convert ( _
	obj As Object _
) As Object
Visual C++
public:
virtual Object^ Convert(
	Object^ obj
)

Parameters

obj
Type: System..::.Object
An object.

Return Value

A converted object.

Implements

IDFColumn..::.Convert(Object)

See Also