Table of Contents

Method TryOpenStream

Namespace
DocWright.Ole
Assembly
DocWright.Ole.dll

TryOpenStream(string, out Stream?)

Opens a named stream if present.

public bool TryOpenStream(string streamName, out Stream? stream)

Parameters

streamName string

The stream name.

stream Stream

The opened stream, or null.

Returns

bool

true when the named stream exists.