ByteArray.ToIntArray Method

Namespace:  Microsoft.Office.Project.Library
Assembly:  Microsoft.Office.Project.Shared (in Microsoft.Office.Project.Shared.dll)

Syntax

'Declaration
Public Function ToIntArray As Integer()
'Usage
Dim instance As ByteArray
Dim returnValue As Integer()

returnValue = instance.ToIntArray()
public int[] ToIntArray()

Return Value

Type: []

See Also

Reference

ByteArray Class

ByteArray Members

Microsoft.Office.Project.Library Namespace