Interface IConvertible<T>
Represents common interface for objects that support explicit conversion to the particular type.
Namespace: DotNext
Assembly: DotNext.dll
Syntax
public interface IConvertible<out T>
Type Parameters
| Name | Description |
|---|---|
| T | The type of conversion result. |
Methods
| Improve this Doc View SourceConvert()
Converts this instance into another type.
Declaration
T Convert()
Returns
| Type | Description |
|---|---|
| T | The conversion result. |