Converts an object to the type held by this column.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public override Object Convert( Object obj ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Function Convert ( _ obj As Object _ ) As Object |
| Visual C++ |
|---|
public: virtual Object^ Convert( Object^ obj ) override |
Parameters
- obj
- Type: System..::.Object
An object.