Table of Contents

Method ConvertToManaged

Namespace
Ubiquity.NET.InteropHelpers
Assembly
Ubiquity.NET.InteropHelpers.dll

ConvertToManaged(byte*)

Converts an unmanaged string to a managed version.

public static string? ConvertToManaged(byte* unmanaged)

Parameters

unmanaged byte*

The unmanaged string to convert.

Returns

string

A managed string.