CompilationResult.GetStringForKey(string)

Method in CompilationResult

Summary

Gets the user-facing string for a given key from the code dump helper’s string table.

public string? GetStringForKey(string key)

Parameters

NameDescription
string keyThe key to fetch a string for.

Returns

The found string, or null if none was found.