Share via


LocalizedString.ToString method

The ToString method returns 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 Overrides Function ToString As String
'Usage
Dim instance As LocalizedString
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()

Return value

Type: System.String

See also

Reference

LocalizedString structure

LocalizedString members

ToString overload

Microsoft.Exchange.Data.Common namespace