Returns the string representation of the message in accordance with the specified format.

Namespace: FIXForge.NET.FIX
Assembly: 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.

Return Value

String representation of the message in accordance with the specified format

See Also