LocalizedString.ToString Method (IFormatProvider)
The 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
Public Function ToString ( _
formatProvider As IFormatProvider _
) As String
'Usage
Dim instance As LocalizedString
Dim formatProvider As IFormatProvider
Dim returnValue As String
returnValue = instance.ToString(formatProvider)
public string ToString(
IFormatProvider formatProvider
)
Parameters
- formatProvider
Type: System.IFormatProvider
A IFormatProvider object to use to format this LocalizedString as it is converted to a string.
Return Value
Type: System.String