.NET Framework Class Library
XmlConvert..::.ToString Method

Converts strongly typed data to an equivalent String representation.

Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString()()()Returns a String that represents the current Object. (Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Boolean)Converts the Boolean to a String.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Byte)Converts the Byte to a String.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Char)Converts the Char to a String.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(DateTime) Obsolete. Converts the DateTime to a String.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Decimal)Converts the Decimal to a String.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Double)Converts the Double to a String.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Guid)Converts the Guid to a String.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Int16)Converts the Int16 to a String.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Int32)Converts the Int32 to a String.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Int64)Converts the Int64 to a String.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(SByte)Converts the SByte to a String.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Single)Converts the Single to a String.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(TimeSpan)Converts the TimeSpan to a String.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(UInt16)Converts the UInt16 to a String.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(UInt32)Converts the UInt32 to a String.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(UInt64)Converts the UInt64 to a String.
Public methodStatic memberToString(DateTimeOffset)Converts the supplied DateTimeOffset to a String.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(DateTime, String)Converts the DateTime to a String.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(DateTime, XmlDateTimeSerializationMode)Converts the DateTime to a String using the XmlDateTimeSerializationMode specified.
Public methodStatic memberToString(DateTimeOffset, String)Converts the supplied DateTimeOffset to a String in the specified format.
Top
See Also

Reference

Tags :


Page view tracker