Click or drag to resize

MessageToTagString Method

Returns a string with the TAG representation of the data stored in this Message.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public string ToTagString(
	string separator
)

Parameters

separator
Type: SystemString
The string used to separate field definitions.

Return Value

Type: String
The TAG representation of this Message.
Remarks

The value of separator is used to mark the end of each field of the Message. For example, consider a Message with a layout named CONTACT that containts four fields SERVICE, GROUP, USERNAME and USERCODE. The TAG representation of this Message with a separator of ";" is the following:

CONTACT[SERVICE=<i>service</i>;GROUP=<i>group</i>;USERNAME=<i>user</i>;USERCODE=<i>12345</i>;]
See Also