Converts a type to string if possible. This method uses the current culture for numeric and DateTime values. It calls the ToString() method on common types and uses a type converter on all other objects if available.

Syntax:

public static string TypedValueToString( object RawValue );
Return: string
Parameters: RawValue
The Value or Object to convert to a string

See also:

Class wwUtils

Overloads:

public static string TypedValueToString( object RawValue, CultureInfo Culture );

Last Updated: 1/28/2007 | Send topic feedback