StreamingKernelContent.ToByteArray 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.
Abstract byte[] representation of the chunk in a way it could be composed/appended with previous chunks.
public abstract byte[] ToByteArray ();
abstract member ToByteArray : unit -> byte[]
Public MustOverride Function ToByteArray () As Byte()
Returns
Byte[]
Byte array representation of the chunk
Remarks
Depending on the nature of the underlying type, this method may be more efficient than ToString().