TryConvert(Object?, Type, out Object?) Method

Definition

Namespace ProCad.Core
Assembly ProCad.Core.dll
public static bool TryConvert(object? value, Type targetType, scoped out object? converted)

Parameters

value
Object
targetType
Type
converted
Object

Returns