Encoding: 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

If no bytes are to be returned, then an empty Byte array should be returned, not a null array.

See Also

Project VBCorLib Overview | Class Encoding Overview