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

Returns a new Binary object that holds the complete contents of this stream.

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

Syntax

C#
public Binary ToBinary()

Return Value

The contents of this stream as a Binary object.

See Also