Appends a formatted versions of val to the string buffer.
Namespace:
SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# |
|---|
public virtual void FormatValue( Object val, StringBuilder sb1 ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub FormatValue ( _ val As Object, _ sb1 As StringBuilder _ ) |
| Visual C++ |
|---|
public: virtual void FormatValue( Object^ val, StringBuilder^ sb1 ) |
Parameters
- val
- Type: System..::.Object
The value to format
- sb1
- Type: System.Text..::.StringBuilder
The StringBuffer to append to