Method CreateMemoryStream
CreateMemoryStream(Stream?)
Creates MemoryStream with data copied from the specified stream.
public static MemoryStream CreateMemoryStream(Stream? stream)
Parameters
streamStreamStream with data.
Creates MemoryStream with data copied from the specified stream.
public static MemoryStream CreateMemoryStream(Stream? stream)
stream StreamStream with data.