Turns a string into a typed value. Useful for auto-conversion routines like form variable or XML parsers.
public static object StringToTypedValue( string SourceString, Type TargetType );
Return Value
object
Parameters
SourceString
The input string to convert
TargetType
The Type to convert it to
Overloads:
See also:
Class wwUtils© West Wind Techologies, 1996-2023 • Updated: 07/31/07
Comment or report problem with topic