Click or drag to resize
DXMLUtilByteArraysStartsWith Method

[Missing <summary> documentation for "M:DXMLBase.DXMLUtil.ByteArraysStartsWith(System.Byte[],System.Byte[])"]

Namespace: DXMLBase
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool ByteArraysStartsWith(
	byte[] one,
	byte[] theother
)

Parameters

one
Type: SystemByte

[Missing <param name="one"/> documentation for "M:DXMLBase.DXMLUtil.ByteArraysStartsWith(System.Byte[],System.Byte[])"]

theother
Type: SystemByte

[Missing <param name="theother"/> documentation for "M:DXMLBase.DXMLUtil.ByteArraysStartsWith(System.Byte[],System.Byte[])"]

Return Value

Type: Boolean
true if the one starts with theother, false otherwise
See Also