 | 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
Syntaxpublic static T StringToTypedValue<T>(
string sourceString
)
Public Shared Function StringToTypedValue(Of T) (
sourceString As String
) As T
public:
generic<typename T>
static T StringToTypedValue(
String^ sourceString
)
static member StringToTypedValue :
sourceString : string -> 'T
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