ConversationId - преобразование (ConversationId to String) |
Defines an implicit conversion between ConversationId and String.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public static implicit operator string (
ConversationId conversationId
)
Public Shared Widening Operator CType (
conversationId As ConversationId
) As String
static implicit operator String^ (
ConversationId^ conversationId
)
F# не поддерживает объявление новых операторов приведения.
Параметры
- conversationId
- Тип: Tessa.Exchange.WebServices.DataConversationId
The conversationId to String.
Возвращаемое значение
Тип:
StringA ConversationId initialized with the specified unique Id.
См. также