| Constructors: NewUnicodeEncoding |
Returns a new UnicodeEncoding object with the specified settings.
Public Function NewUnicodeEncoding( ByVal BigEndian As Boolean, ByVal ByteOrderMark As Boolean ) As UnicodeEncoding
If ByteOrderMark is True then the GetPreamble will emit one of the following byte arrays.
BigEnding = True: &HFE, &HFF
BigEnding = False: &HFF, &HFE
Project VBCorLib Overview Class Constructors Overview Constructors Properties Constructors Methods NewUnauthorizedAccessException NewUTF7Encoding