Share via


HtmlAttributeReader.ReadName Method (Char[], Int32, Int32)

The ReadName([], Int32, Int32) method returns an arbitrarily long attribute name in chunks.

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

Syntax

'Declaration
Public Function ReadName ( _
    buffer As Char(), _
    offset As Integer, _
    count As Integer _
) As Integer
'Usage
Dim instance As HtmlAttributeReader
Dim buffer As Char()
Dim offset As Integer
Dim count As Integer
Dim returnValue As Integer

returnValue = instance.ReadName(buffer, _
    offset, count)
public int ReadName(
    char[] buffer,
    int offset,
    int count
)

Parameters

  • buffer
    Type: []
    Character array that will receive the attribute name.
  • offset
    Type: System.Int32
    Offset into the attribute name to start reading characters.
  • count
    Type: System.Int32
    The maximum number of characters to return.

Return Value

Type: System.Int32
The ReadName([], Int32, Int32) method returns the number of characters successfully read.