FormatFilenameOptions.PostFormat property
Gets or sets a callback that will be executed after formatting.
public Func<string, string>? PostFormat { get; set; }
See Also
- class FormatFilenameOptions
Gets or sets a callback that will be executed after formatting.
public Func<string, string>? PostFormat { get; set; }