FunctionBinding.ConvertValueToStream(Object, Stream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static void ConvertValueToStream(object value, System.IO.Stream stream);
static member ConvertValueToStream : obj * System.IO.Stream -> unit
Public Shared Sub ConvertValueToStream (value As Object, stream As Stream)
Parameters
- value
- System.Object
- stream
- System.IO.Stream