Click or drag to resize

ReflectionUtilsTypedValueToString Method

Overload List
  NameDescription
Public methodStatic memberTypedValueToString(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.
Public methodStatic memberTypedValueToString(Object, CultureInfo)
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
Top
See Also