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.
public static object? ConvertValue (object? value, Type targetType);
static member ConvertValue : obj * Type -> obj
Public Function ConvertValue (value As Object, targetType As Type) As Object