ToClass

PropertyValue.ToClass<T> method

Converts the property value to a reference type.

public T ToClass<T>()
    where T : class
Parameter Description
T The exact type to convert to.

Return Value

The converted value or null if there is no such conversion.

See Also