Add a string to buffer. Classes implementing IPrintRules should call this add the
Namespace:
SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# |
|---|
public void Append( string s ) |
| Visual Basic (Declaration) |
|---|
Public Sub Append ( _ s As String _ ) |
| Visual C++ |
|---|
public: void Append( String^ s ) |
Parameters
- s
- Type: System..::.String