ConvertToInt32 Method (Byte[], Int32)

[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(), _
    index As Integer _
) As Integer
public static int ConvertToInt32(
    byte[] data,
    int index
)
public:
static int ConvertToInt32(
    array<unsigned char>^ data, 
    int index
)
static member ConvertToInt32 : 
        data:byte[] * 
        index:int -> int 
public static function ConvertToInt32(
    data : byte[], 
    index : int
) : int

Parameters

Return Value

Type: System. . :: . .Int32

.NET Framework Security

See Also

Reference

Utility Class

ConvertToInt32 Overload

Microsoft.SPOT.Cryptoki Namespace