StreamingKernelContent.ToString Method

Definition

Abstract string representation of the chunk in a way it could compose/append with previous chunks.

public abstract string ToString ();
override this.ToString : unit -> string
Public MustOverride Function ToString () As String

Returns

String representation of the chunk

Remarks

Depending on the nature of the underlying type, this method may be more efficient than ToByteArray().

Applies to