wwUtils.TypedValueToString

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.

public static string TypedValueToString( object RawValue );

Return Value

string

Parameters

RawValue
The Value or Object to convert to a string

Overloads:

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

See also:

Class wwUtils


  Last Updated: 7/7/2008 | © West Wind Technologies, 2008