Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
System Namespace
Convert Class
Convert Methods
ToString Method

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
Convert..::.ToString Method

Converts the specified value to its equivalent string representation.

  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 specified Boolean value to its equivalent string representation.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Byte)Converts the value of the specified 8-bit unsigned integer to its equivalent string representation.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Char)Converts the value of the specified Unicode character to its equivalent string representation.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(DateTime)Converts the value of the specified DateTime to its equivalent string representation.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Decimal)Converts the value of the specified decimal number to its equivalent string representation.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Double)Converts the value of the specified double-precision floating-point number to its equivalent string representation.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Int16)Converts the value of the specified 16-bit signed integer to its equivalent string representation.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Int32)Converts the value of the specified 32-bit signed integer to its equivalent string representation.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Int64)Converts the value of the specified 64-bit signed integer to its equivalent string representation.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Object)Converts the value of the specified object to its equivalent string representation.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(SByte)Converts the value of the specified 8-bit signed integer to its equivalent string representation.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Single)Converts the value of the specified single-precision floating-point number to its equivalent string representation.
Public methodStatic memberToString(String)Returns the specified string instance; no actual conversion is performed.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(UInt16)Converts the value of the specified 16-bit unsigned integer to its equivalent string representation.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(UInt32)Converts the value of the specified 32-bit unsigned integer to its equivalent string representation.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(UInt64)Converts the value of the specified 64-bit unsigned integer to its equivalent string representation.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Boolean, IFormatProvider)Converts the specified Boolean value to its equivalent string representation.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Byte, IFormatProvider)Converts the value of the specified 8-bit unsigned integer to its equivalent string representation, using the specified culture-specific formatting information.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Byte, Int32)Converts the value of an 8-bit unsigned integer to its equivalent string representation in a specified base.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Char, IFormatProvider)Converts the value of the specified Unicode character to its equivalent string representation, using the specified culture-specific formatting information.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(DateTime, IFormatProvider)Converts the value of the specified DateTime to its equivalent string representation, using the specified culture-specific formatting information.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Decimal, IFormatProvider)Converts the value of the specified decimal number to its equivalent string representation, using the specified culture-specific formatting information.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Double, IFormatProvider)Converts the value of the specified double-precision floating-point number to its equivalent string representation.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Int16, IFormatProvider)Converts the value of the specified 16-bit signed integer to its equivalent string representation, using the specified culture-specific formatting information.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Int16, Int32)Converts the value of a 16-bit signed integer to its equivalent string representation in a specified base.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Int32, IFormatProvider)Converts the value of the specified 32-bit signed integer to its equivalent string representation, using the specified culture-specific formatting information.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Int32, Int32)Converts the value of a 32-bit signed integer to its equivalent string representation in a specified base.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Int64, IFormatProvider)Converts the value of the specified 64-bit signed integer to its equivalent string representation, using the specified culture-specific formatting information.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Int64, Int32)Converts the value of a 64-bit signed integer to its equivalent string representation in a specified base.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Object, IFormatProvider)Converts the value of the specified object to its equivalent string representation using the specified culture-specific formatting information.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(SByte, IFormatProvider)Converts the value of the specified 8-bit signed integer to its equivalent string representation, using the specified culture-specific formatting information.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(Single, IFormatProvider)Converts the value of the specified single-precision floating-point number to its equivalent string representation, using the specified culture-specific formatting information.
Public methodStatic memberToString(String, IFormatProvider)Returns the specified string instance; no actual conversion is performed.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(UInt16, IFormatProvider)Converts the value of the specified 16-bit unsigned integer to its equivalent string representation, using the specified culture-specific formatting information.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(UInt32, IFormatProvider)Converts the value of the specified 32-bit unsigned integer to its equivalent string representation, using the specified culture-specific formatting information.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString(UInt64, IFormatProvider)Converts the value of the specified 64-bit unsigned integer to its equivalent string representation, using the specified culture-specific formatting information.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker