HtmlAttributeReader.ReadValue method (Char[], Int32, Int32)
The ReadValue([], Int32, Int32) method reads the current attribute value into a character array.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadValue ( _
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.ReadValue(buffer, _
offset, count)
public int ReadValue(
char[] buffer,
int offset,
int count
)
Parameters
buffer
Type: []The character array that will receive the attribute value.
offset
Type: System.Int32The position in the attribute value to begin reading..
count
Type: System.Int32The number of characters to read from the attribute value.
Return value
Type: System.Int32
The ReadValue([], Int32, Int32) method returns the number of characters read from the attribute value.