Click or drag to resize

ReflectionUtilsStringToTypedValueT Method (String, CultureInfo)

Generic version allow for automatic type conversion without the explicit type parameter

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static T StringToTypedValue<T>(
	string sourceString,
	CultureInfo culture
)

Parameters

sourceString
Type: SystemString
input string value to be converted
culture
Type: System.GlobalizationCultureInfo
Culture applied to conversion

Type Parameters

T
Type to be converted to

Return Value

Type: T

[Missing <returns> documentation for "M:Koden.Utils.ReflectionUtils.StringToTypedValue``1(System.String,System.Globalization.CultureInfo)"]

See Also