Click or drag to resize
Stream  Conversion (Stream to BinaryData)
Implicit operator to convert CMS.IO stream to binary data

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public static implicit operator BinaryData (
	Stream str
)

Parameters

str
Type: CMS.IOStream
Stream to convert

Return Value

Type: BinaryData
See Also