DoubleCollection.IFormattable.ToString Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
For a description of this member, see IFormattable.ToString.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- format
- Type: System.String
The String specifying the format to use.
-or-
null (Nothing in Visual Basic) to use the default format defined for the type of the IFormattable implementation.
- provider
- Type: System.IFormatProvider
The IFormatProvider to use to format the value.
-or-
null (Nothing in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.
Return Value
Type: System.StringA String containing the value of the current instance in the specified format.
Implements
IFormattable.ToString(String, IFormatProvider)This member is an explicit interface member implementation. It can be used only when the DoubleCollection instance is cast to an IFormattable interface.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Formatting strings
Same formatting string as with System.Double.ToString can be used.
See Standard Numeric Format Strings and Custom Numeric Format String.
See Standard Numeric Format Strings and Custom Numeric Format String.
- 1/14/2011
- Đonny