A Sandcastle Documented Class Library
GetValue<(Of <(T>)>) Method
Namespaces ► Yogesh.ExcelXml ► Cell ► GetValue<(Of <(T>)>)()()()
Gets the value of a cell converted to a system type

C# | Visual Basic | Visual C++ |
public T GetValue<T>()
Public Function GetValue(Of T) As T
public: generic<typename T> T GetValue()

- T
- Type to convert to

Cell value converted to system type