Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Extract a decoration value from the specified Binary that contains an integer decoration.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public static int ExtractIntDecoration(
	Binary bin
)

Parameters

bin
Type: Tangosol.Util..::.Binary
The Binary object.

Return Value

The integer decoration value.

Exceptions

ExceptionCondition
System..::.ArgumentException If the Binary does not have an int decoration.

See Also