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