Click or drag to resize

ReflectionUtilsTypedValueToString Method (Object)

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.

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static string TypedValueToString(
	Object rawValue
)

Parameters

rawValue
Type: SystemObject
The Value or Object to convert to a string

Return Value

Type: String
string
See Also