StringInterpolater

Namespace: uModText

Assembly: uMod.Core.dll

Inheritance Object StringInterpolater

Summary

Represents a Run-time string interpolater

Constructors

Name

Summary

StringInterpolater ()

Methods

Name

Summary

Format<T> (String, T, Int32)

Formats a string using specified object

FormatValue (String, String, Object)

Interpolate using specified placeholder name and value

FormatValue (String, ValueTuple[]<String, Object>)