ByteArrayExtensions Class

Summary

Contains extension methods for byte[].
Namespace
Cake.Core
Base Types
  • object
ByteArrayExtensions
object

Syntax

public static class ByteArrayExtensions

Methods

Name Value Summary
StartsWith(byte[], byte[]) bool
Determines if a byte[] starts with a specified prefix.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin
ToStringWithNullMarkup() string
Returns the string value or a Not set> markup suitable for Spectre.Console.
Requires the Cake.Issues addin