TextBody - преобразование (String to TextBody) |
Defines an implicit conversation between a string and TextBody.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public static implicit operator TextBody (
string textBody
)
Public Shared Widening Operator CType (
textBody As String
) As TextBody
static implicit operator TextBody^ (
String^ textBody
)
F# не поддерживает объявление новых операторов приведения.
Параметры
- textBody
- Тип: SystemString
The string to convert to TextBody, assumed to be HTML.
Возвращаемое значение
Тип:
TextBodyA TextBody initialized with the specified string.
См. также