Returns the <tag>=<value> representation of the message using the given delimiter.

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(
	char delimiter
)
Visual Basic
Public Function ToString ( _
	delimiter As Char _
) As String
Visual C++
public:
String^ ToString(
	wchar_t delimiter
)

Parameters

delimiter
Type: System..::..Char
Delimiter between the <tag>=<value> pairs.

Return Value

<tag>=<value> representation of the message using the given delimiter.

See Also