Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: T To<T>(object)

Declaration

public static T To<T>(
    object value
)

Summary

Converts the value to type T. Throws an ExactConvertException if the object cannot be converted exactly.

Generic type parameters

TThis type parameter is not documented.