ConvertToInt32 Method (Byte[])

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.SPOT.Cryptoki
Assembly:  Microsoft.SPOT.Security.PKCS11 (in Microsoft.SPOT.Security.PKCS11.dll)

Syntax

'Declaration
Public Shared Function ConvertToInt32 ( _
    data As Byte() _
) As Integer
public static int ConvertToInt32(
    byte[] data
)
public:
static int ConvertToInt32(
    array<unsigned char>^ data
)
static member ConvertToInt32 : 
        data:byte[] -> int 
public static function ConvertToInt32(
    data : byte[]
) : int

Parameters

Return Value

Type: System. . :: . .Int32

.NET Framework Security

See Also

Reference

Utility Class

ConvertToInt32 Overload

Microsoft.SPOT.Cryptoki Namespace