Click or drag to resize
XmlHelperConvertToString Method
Overload List
  NameDescription
Public methodStatic memberConvertToString(Object)
Uses XmlConvert to convert these value types: DateTime, Double, Decimal, Single, Int32, Int64, Guid, Boolean to their string representation. If value is of other type, returns result of its ToString() method. Value type is determined by GetType() invocation.
Public methodStatic memberConvertToString(Object, Type)
Uses XmlConvert to convert these value types: DateTime, Double, Decimal, Single, Int32, Int64, Guid, Boolean to their string representation. If value is of other type, returns result of its ToString() method.
Top
See Also