Share via


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

Return value

Type: System.String

See also

Reference

LocalizedString structure

LocalizedString members

ToString overload

Microsoft.Exchange.Data.Common namespace