Conversions.ToGenericParameter<T>(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts an object to a generic type T
.
public:
generic <typename T>
static T ToGenericParameter(System::Object ^ Value);
public static T ToGenericParameter<T> (object Value);
public static T? ToGenericParameter<T> (object? Value);
static member ToGenericParameter : obj -> 'T
Public Shared Function ToGenericParameter(Of T) (Value As Object) As T
Type Parameters
- T
The type to convert Value
to.
Parameters
- Value
- Object
The object to convert.
Returns
T
A structure or object of generic type T
.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.