Method TryOpenStream
TryOpenStream(string, out Stream?)
Opens a named stream when it exists.
public bool TryOpenStream(string streamName, out Stream? stream)
Parameters
streamNamestringThe stream name.
streamStreamReceives the stream, or null when it does not exist.