VFSEventArgs.ToMarkup(string,object[]).md
January 20, 2026 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core.VFSEventArgs
VFSEventArgs.ToMarkup(string, object[]) Method
Transforms a message into a markup message with the specified color.
protected string ToMarkup(string color, params object[] args);
Parameters
color System.String
The color to use in the markup.
args System.Object[]
The arguments to format the message.
Returns
System.String
The markup message.