LocalizedString.op_Implicit Method
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
public static implicit operator string (
LocalizedString value
)
public:
static implicit operator String^ (
LocalizedString value
)
J# supports the use of custom casts, but not the declaration of new ones.
JScript supports the use of custom casts, but not the declaration of new ones.
Parameters
- value
The LocalizedString object to convert.
Return Value
The resulting string.
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