Click or drag to resize

IStringTagProvider Interface

Provides string values for replacement tags.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IStringTagProvider

The IStringTagProvider type exposes the following members.

Methods
 NameDescription
Public methodProvideString Resolves the specified tag to a string value.
Top
See Also