Returns the string representation of the message in accordance with the specified format.
Namespace: FIXForge.NET.FIXAssembly: FIXForge.NET.FIX.Engine-net-3.5 (in FIXForge.NET.FIX.Engine-net-3.5.dll) Version: 2.79.1.0
Syntax
C# |
---|
public string ToString( Message..::..StringFormat format, char delimiter ) |
Visual Basic |
---|
Public Function ToString ( _ format As Message..::..StringFormat, _ delimiter As Char _ ) As String |
Visual C++ |
---|
public: String^ ToString( Message..::..StringFormat format, wchar_t delimiter ) |
Parameters
- format
- Type: FIXForge.NET.FIX..::..Message..::..StringFormat
String format.
- delimiter
- Type: System..::..Char
The delimiter between the <tag>=<value> pairs.