Table of Contents

Method From

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

From(string?)

Converts a managed string into a LazyEncodedString

public static LazyEncodedString? From(string? managed)

Parameters

managed string

Input string to convert

Returns

LazyEncodedString

LazyEncodedString wrapping managed

Remarks

If the input managed is null then this will return a null to maintain intent and semantics that null may not have the same meaning as an empty string.