Table of Contents

Method CreateMetadataString

Namespace
Ubiquity.NET.Llvm
Assembly
Ubiquity.NET.Llvm.dll

CreateMetadataString(LazyEncodedString?)

Creates a metadata string from the given string

public MDString CreateMetadataString(LazyEncodedString? value)

Parameters

value LazyEncodedString

string to create as metadata

Returns

MDString

new metadata string

Remarks

if value is null then the result represents an empty string.