ReflectionUtilsStringToTypedValue Method |
| Name | Description | |
|---|---|---|
| StringToTypedValueT(String) |
Generic version allow for automatic type conversion without the explicit type
parameter. Defaults conversion to CurrentCulture.
| |
| StringToTypedValueT(String, CultureInfo) |
Generic version allow for automatic type conversion without the explicit type
parameter
| |
| StringToTypedValue(String, Type) |
Turns a string into a typed value generically.
Explicitly assigns common types and falls back
on using type converters for unhandled types.
Common uses:
* UI -> to data conversions
* Parsers
| |
| StringToTypedValue(String, Type, CultureInfo) |
Turns a string into a typed value generically.
Explicitly assigns common types and falls back
on using type converters for unhandled types.
Common uses:
* UI -> to data conversions
* Parsers
|