Share via


HtmlTagContextAttribute.ToString method

The ToString method returns a string representation of this HtmlTagContextAttribute object.

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As HtmlTagContextAttribute
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()

Return value

Type: System.String

Remarks

The string returned by the ToString method contains the name/value pair of the attribute represented by this HtmlTagContextAttribute object.

See also

Reference

HtmlTagContextAttribute structure

HtmlTagContextAttribute members

Microsoft.Exchange.Data.TextConverters namespace