BerConverter.Decode(String, Byte[]) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Decode(String, Byte[]) method decodes a binary representation of the data, using BER, to retrieve structured data.
public:
static cli::array <System::Object ^> ^ Decode(System::String ^ format, cli::array <System::Byte> ^ value);
public static object[] Decode (string format, byte[] value);
static member Decode : string * byte[] -> obj[]
Public Shared Function Decode (format As String, value As Byte()) As Object()
- format
- String
The format string.
- value
- Byte[]
An array of BER data.
The decoded data.
The format
parameter contains a null reference (Nothing
in Visual Basic).
The format
parameter contains an undefined character.
The underlying decoding fails. The decoding rules include the following.
Code | Corresponding Result |
---|---|
'{' '}' '[' ']' 'n' 'x' | No corresponding result |
'i' 'e' | int |
'b' | bool |
'a' | string |
'O' | byte[] |
'B' | byte[] containing bit strings |
'v' | string[] |
'V' | byte[][] |
Produkt | Versjoner |
---|---|
.NET | 6 (package-provided), 7 (package-provided), 8 (package-provided), 9 (package-provided) |
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
.NET-tilbakemelding
.NET er et åpen kilde-prosjekt. Velg en kobling for å gi tilbakemelding: