[]
        
(Showing Draft Content)

GrapeCity.Core.IConvertible-1

IConvertible<T> Interface

Represents an object which is able to convert to the T value.

Namespace: GrapeCity.Core
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface IConvertible<T>
Public Interface IConvertible(Of T)
Type Parameters
Name Description
T

The target type.

Methods

Name Description
ConvertTo()

Converts this object to the T value.