Generic version allow for automatic type conversion without the explicit type parameter
public static T StringToTypedValue<T>(string sourceString, CultureInfo culture)
Parameters
sourceString
input string value to be converted
culture
Culture applied to conversion
See also:
Class ReflectionUtils© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic