ConvertUtils
Converts the value to the specified type.
Converts the value to the specified type. If the value is unable to be converted, the
value is checked whether it assignable to the specified type.
public static bool TryConvert(object initialValue, CultureInfo culture, Type targetType, out object convertedValue)
Converts the value to the specified type.