HtmlWriter.WriteAttributeValue Method (Char[], Int32, Int32)
The WriteAttributeValue method reads an attribute value from a buffer and writes it to the output.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WriteAttributeValue ( _
buffer As Char(), _
index As Integer, _
count As Integer _
)
'Usage
Dim instance As HtmlWriter
Dim buffer As Char()
Dim index As Integer
Dim count As Integer
instance.WriteAttributeValue(buffer, _
index, count)
public void WriteAttributeValue(
char[] buffer,
int index,
int count
)
Parameters
- buffer
Type: []
The character array to write data from.
- index
Type: System.Int32
The starting index in buffer.
- count
Type: System.Int32
The number of characters to write.