OutboundCodePageDetector.AddText method (Char[], Int32, Int32)
The AddText method adds text from a character array to this OutboundCodePageDetector object.
Namespace: Microsoft.Exchange.Data.Globalization
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub AddText ( _
buffer As Char(), _
index As Integer, _
count As Integer _
)
'Usage
Dim instance As OutboundCodePageDetector
Dim buffer As Char()
Dim index As Integer
Dim count As Integer
instance.AddText(buffer, index, count)
public void AddText(
char[] buffer,
int index,
int count
)
Parameters
buffer
Type: []A character array containing text to add.
index
Type: System.Int32The zero-based index of the first character to read.
count
Type: System.Int32The number of characters to read.
See also
Reference
OutboundCodePageDetector class