IOperationResult.IsByteArray

IOperationResult.IsByteArray property

Indicates whether the result is a byte array.

public bool IsByteArray { get; }

Return Value

true if the result is a byte array; otherwise false.

See Also