UtilityByteArrayToLI Method Ipswitch.Messaging.Framework
Use this to convert a byte array to a long integer. It assumes a 4 byte array. The primary use of this function is to convert and IP Address to a long int for mitmask operations

Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax

public static uint ByteArrayToLI(
	byte[] bArray
)

Parameters

bArray
Type: SystemByte

[Missing <param name="bArray"/> documentation for "M:IMailAPI_NET.Utility.ByteArrayToLI(System.Byte[])"]

Return Value

Type: UInt32

[Missing <returns> documentation for "M:IMailAPI_NET.Utility.ByteArrayToLI(System.Byte[])"]

See Also

Reference