Summary
Contains extension methods for
byte[]
.
- Namespace
- Cake
.Core - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ByteArrayExtensions"]
class Type type-node
Syntax
public static class ByteArrayExtensions
Methods
Name | Value | Summary |
---|---|---|
StartsWith |
bool |
Determines if a
byte[] starts with a specified prefix.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|