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

Check whether or not the specified Binary has an integer decoration.

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

Syntax

C#
public static bool IsIntDecorated(
	Binary bin
)

Parameters

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

Return Value

True if the Binary contains (starts with) an integer decoration; false otherwise.

See Also