Table of Contents

Struct FormatInterpolatedStringHandler

Namespace
MonoMod.Logs
Assembly
MonoMod.Utils.dll
public ref struct FormatInterpolatedStringHandler

Constructors

FormatInterpolatedStringHandler(int, int)

Methods

AppendFormatted(ReadOnlySpan<char>)
AppendFormatted(ReadOnlySpan<char>, int, string?)
AppendFormatted(string?)
AppendFormatted(string?, int, string?)
AppendFormatted<T>(T)
AppendFormatted<T>(T, int)
AppendFormatted<T>(T, int, string?)
AppendFormatted<T>(T, string?)
AppendLiteral(string)
ToString()
Returns the fully qualified type name of this instance.
ToStringAndClear()