forwardTryGet Method (Int32, Int32, String)   Table of ContentTryGetByteArray Method forward
Group.TryGet Method (Int32, Int32, StringBuilder)
Gets the value associated with the specified tag and appends it to the given StringBuilder instance.

Namespace:  FIXForge.NET.FIX
Assembly:  FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.10.1.0
Syntax
C#
public bool TryGet(
	int tag,
	int repeatingGroupEntryIndex,
	StringBuilder result
)

Parameters

tag
Type: System.Int32
Tag number.
repeatingGroupEntryIndex
Type: System.Int32
Index of the repeating group entry (starts at 0).
result
Type: System.Text.StringBuilder
The given StringBuilder instance.

Return Value

Type: Boolean
true if the Group contains a value for the specified tag; otherwise - false.
See Also