Table of Contents

Method TryParse

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

TryParse(LazyEncodedString, out DataLayout)

Tries to parse a DataLayout from a string representation

public static bool TryParse(LazyEncodedString txt, out DataLayout result)

Parameters

txt LazyEncodedString

String representation of the data layout

result DataLayout

Parsed data or null if txt does not conform to a layout string

Returns

bool

Result of the parse (true if successful if false not)