PlaceholderTemplateParserParsePlaceholder Method
Splits a single placeholder into one or more command levels, and loads the correct command handlers.
Namespace: MFiles.VAF.PlaceholdersAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public static List<LevelInfo> ParsePlaceholder(
string text
)
- text String
- The placeholder string to parse.
ListLevelInfo