forwardTryGet Method (Int32, String)   Table of ContentTryGetByteArray Method forward
FieldSet.TryGet Method (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,
	StringBuilder result
)

Parameters

tag
Type: System.Int32
Tag number.
result
Type: System.Text.StringBuilder
The given StringBuilder instance.

Return Value

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