Table of Contents

Method ConvertToManaged

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

ConvertToManaged(byte*)

Converts a native string to a LazyEncodedString using the default (UTF8) encoding

public static LazyEncodedString? ConvertToManaged(byte* unmanaged)

Parameters

unmanaged byte*

Unmanaged string (in UTF8)

Returns

LazyEncodedString

Wrapped string with lazy conversion to managed form