ConversationId - преобразование (ConversationId to String)
Defines an implicit conversion between ConversationId and String.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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 ConversationId
- The conversationId to String.
StringA ConversationId initialized with the specified unique Id.