Click or drag to resize

BinaryKeyCreate Method

Created a new BinaryKey for a byte[]

Namespace:  Crosser.Common.Utilities.Binary
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public static BinaryKey Create(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte

Return Value

Type: BinaryKey
See Also