Click or drag to resize

ReflectionUtilsStringToTypedValue Method

Overload List
  NameDescription
Public methodStatic memberStringToTypedValueT(String)
Generic version allow for automatic type conversion without the explicit type parameter. Defaults conversion to CurrentCulture.
Public methodStatic memberStringToTypedValueT(String, CultureInfo)
Generic version allow for automatic type conversion without the explicit type parameter
Public methodStatic memberStringToTypedValue(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
Public methodStatic memberStringToTypedValue(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
Top
See Also