TextBody - преобразование (String to TextBody)
Defines an implicit conversation between a string and TextBody.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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 String
- The string to convert to TextBody, assumed to be HTML.
TextBodyA TextBody initialized with the specified string.