AttributedString - преобразование (String to AttributedString)
Defines an implicit conversion from a regular string to an attributedString.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public static implicit operator AttributedString (
string value
)
Public Shared Widening Operator CType (
value As String
) As AttributedString
static implicit operator AttributedString^ (
String^ value
)
F# не поддерживает объявление новых операторов приведения.
- value String
- String value of the attributed string being created
AttributedStringAn attributed string initialized with the specified value