Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Decorate the specified Binary with the specified integer decoration.

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

Syntax

C#
public static Binary DecorateBinary(
	Binary binValue,
	int decoration
)

Parameters

binValue
Type: Tangosol.Util..::..Binary
The Binary to be decorated.
decoration
Type: System..::..Int32
The integer decoration.

Return Value

The decorated (with integer decoration) Binary object.

See Also