Share via


LocalizedString Implicit conversion (LocalizedString to String)

The implicit conversion operator from LocalizedString to String.

Namespace:  Microsoft.Exchange.Data.Common
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    value As LocalizedString _
) As String
'Usage
Dim input As LocalizedString
Dim output As String

output = CType(input, String)
public static implicit operator string (
    LocalizedString value
)

Parameters

Return value

Type: System.String
The resulting string.

See also

Reference

LocalizedString structure

LocalizedString members

Microsoft.Exchange.Data.Common namespace