UTF7Encoding: GetPreamble

GetPreamble

Returns an array of bytes that represents this encoding.



 Public Function GetPreamble ( ) As Byte ( )

Return Values

Byte() -  A byte array containg the bytes to be used to identify this encoding type.

Remarks

There is no identifier for UTF7 so an empty array is returned.

See Also

Project CorLib Overview

Class UTF7Encoding Overview