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
- value
Type: Microsoft.Exchange.Data.Common.LocalizedString
The LocalizedString object to convert.
Return Value
Type: System.String
The resulting string.