GetPreamble
Returns an array of bytes that represents this encoding.
Public Function GetPreamble ( ) As Byte ( )
Return Values
Byte() - A byte array containing a sequence of bytes that specifies the encoding used.
-or-
A byte array of length zero, if a preamble is not required.
See Encoding.GetPreamble for additional information.
See Also
Project CorLib Overview
Class ASCIIEncoding Overview
Encoding