Class VariablesHelpers
Namespace: NoSuchStudio.Common
Assembly: NoSuchStudio-Variables.dll
Syntax
public static class VariablesHelpers
Methods
FormatText(String, VariablesHelpers.VariableResolverDelegate)
Declaration
public static (string, List<string>) FormatText(string text, VariablesHelpers.VariableResolverDelegate resolver)
Parameters
| Type | Name | Description |
|---|---|---|
| String | text | |
| VariablesHelpers.VariableResolverDelegate | resolver |
Returns
| Type | Description |
|---|---|
| ValueTuple<String, List<String>> |