StandardFormatter Constructor (String) |
Namespace:
Aspose.Email.Tools.Logging
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic StandardFormatter(
string headerText
)
Public Sub New (
headerText As String
)
public:
StandardFormatter(
String^ headerText
)
new :
headerText : string -> StandardFormatter
Parameters
- headerText
- Type: SystemString
The header text.
See Also