UTF32Encoding: GetPreamble

GetPreamble

Returns a Unicode byte order mark encoded in UTF-32 format, if the UTF32Encoding object is configured to supply one.



 Public Function GetPreamble ( ) As Byte ( )

Return Values

Byte() -  A byte array containing the Unicode byte order mark, if the UTF32Encoding object is configured to supply one. Otherwise, this method returns a zero-length byte array

See Encoding.GetPreamble for additional information.

See Also

Project CorLib Overview

Class UTF32Encoding Overview

Encoding