Click or drag to resize
StreamHelperToBytes Method

[Missing <summary> documentation for "M:X3Platform.Util.StreamHelper.ToBytes(System.IO.Stream)"]

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

Parameters

stream
Type: System.IOStream

[Missing <param name="stream"/> documentation for "M:X3Platform.Util.StreamHelper.ToBytes(System.IO.Stream)"]

Return Value

Type: Byte

[Missing <returns> documentation for "M:X3Platform.Util.StreamHelper.ToBytes(System.IO.Stream)"]

See Also