West Wind Application Settings for .NET |
wwUtils.StringToTypedValue
|
Turns a string into a typed value. Useful for auto-conversion routines like form variable or XML parsers.
Syntax: |
public static object StringToTypedValue( string SourceString, Type TargetType, CultureInfo Culture ); |
| Return: | object. Throws exception if it cannot be converted. |
| Parameters: |
SourceString The string to convert from TargetType Culture
|
Overloads: