LogRowFormatter.EncodeBytes Method
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Protected Overridable Function EncodeBytes ( _
data As Byte() _
) As Byte()
'Usage
Dim data As Byte()
Dim returnValue As Byte()
returnValue = Me.EncodeBytes(data)
protected virtual byte[] EncodeBytes(
byte[] data
)
Parameters
- data
Type: []
Return Value
Type: []
See Also