Click or drag to resize
XmlConvertToString Method
Overload List
  NameDescription
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberToString(Boolean)
Converts the System.Boolean to a System.String.
Public methodStatic memberToString(Byte)
Converts the System.Byte to a System.String.
Public methodStatic memberToString(Char)
Converts the System.Char to a System.String.
Public methodStatic memberToString(Double)
Converts the System.Double to a System.String.
Public methodStatic memberToString(Guid)
Converts the System.Guid to a System.String.
Public methodStatic memberToString(Int16)
Converts the System.Int16 to a System.String.
Public methodStatic memberToString(Int32)
Converts the System.Int32 to a System.String.
Public methodStatic memberToString(Int64)
Converts the System.Int64 to a System.String.
Public methodStatic memberToString(SByte)
Converts the System.SByte to a System.String.
Public methodStatic memberToString(Single)
Converts the System.Single to a System.String.
Public methodStatic memberToString(UInt16)
Converts the System.UInt16 to a System.String.
Public methodStatic memberToString(UInt32)
Converts the System.UInt32 to a System.String.
Public methodStatic memberToString(UInt64)
Converts the System.UInt64 to a System.String.
Top
See Also