Share via


StreamingKernelContent.ToByteArray Method

Definition

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().

Applies to