ReflectionUtils.StringToTypedValue<T>

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-2016 • Updated: 12/12/15
Comment or report problem with topic