Click or drag to resize

ReflectionUtilsStringToTypedValueT Method (String)

Generic version allow for automatic type conversion without the explicit type parameter. Defaults conversion to CurrentCulture.

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

Parameters

sourceString
Type: SystemString
input string value to be converted

Type Parameters

T
Type to be converted to

Return Value

Type: T

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

See Also