Encodes the input byte sequence.
array
Namespace: Lucene.Net.UtilAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
public static List<char> Encode( List<byte> input ) |
| Visual Basic |
|---|
Public Shared Function Encode ( _ input As List(Of Byte) _ ) As List(Of Char) |
| Visual C++ |
|---|
public: static List<wchar_t>^ Encode( List<unsigned char>^ input ) |
Parameters
- input
- Type: System.Collections.Generic..::..List<(Of <(<'Byte>)>)>
The byte sequence to encode