[]
Represents an object which is able to convert to the T value.
public interface IConvertible<T>
Public Interface IConvertible(Of T)
| Name | Description |
|---|---|
| T | The target type. |
| Name | Description |
|---|---|
| ConvertTo() | Converts this object to the |