Converts a type to string if possible. This method supports an optional culture generically on any value. 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, CultureInfo Culture );
Return Value
string
Parameters
RawValue
The Value or Object to convert to a string
Culture
Culture for numeric and DateTime values
Overloads:
See also:
Class wwUtils© West Wind Techologies, 1996-2023 • Updated: 07/31/07
Comment or report problem with topic