forwardTryGet Method (Int32, StringBuilder)   Table of ContentTryGetChar Method forward
FieldSet.TryGetByteArray Method
Gets the value associated with the specified tag.

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 TryGetByteArray(
	int tag,
	out byte[] result
)

Parameters

tag
Type: System.Int32
Tag number.
result
Type: System.Byte[]
When this method returns, contains the value associated with the specified tag, if the tag is found; otherwise - the default value for the type of the value parameter. This parameter is passed uninitialized.

Return Value

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