Click or drag to resize
ByteHelperToStream Method

[Missing <summary> documentation for "M:X3Platform.Util.ByteHelper.ToStream(System.Byte[])"]

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static Stream ToStream(
	byte[] buffer
)

Parameters

buffer
Type: SystemByte

[Missing <param name="buffer"/> documentation for "M:X3Platform.Util.ByteHelper.ToStream(System.Byte[])"]

Return Value

Type: Stream

[Missing <returns> documentation for "M:X3Platform.Util.ByteHelper.ToStream(System.Byte[])"]

See Also