Show / Hide Table of Contents

GetStrings Method

GetStrings(byte[], Encoding)

Converts the byte array representing a multi-null-terminated string and return them as .NET strings.

C#
public static string[] GetStrings(byte[] value, Encoding encoding)

Parameters

Type Name Description
byte[] value

Multi-string to convert.

Encoding encoding

Encoding to use for interpreting the strings.

Returns

string[]

Array of converted strings.

In this article
Back to top Generated by DocFX