LocalizedString.System.IFormattable.ToString Method
The System.IFormattable.ToString method uses the specified IFormatProvider object to return a string representation of this LocalizedString object.
Namespace: Microsoft.Exchange.Data.Common
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Private Function System.IFormattable.ToString ( _
format As String, _
formatProvider As IFormatProvider _
) As String Implements IFormattable.ToString
string IFormattable.ToString (
string format,
IFormatProvider formatProvider
)
private:
virtual String^ System.IFormattable.ToString (
String^ format,
IFormatProvider^ formatProvider
) sealed = IFormattable::ToString
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- format
A format string.
- formatProvider
A IFormatProvider object to use to format format.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003