Share via


ConvertToBytes Method (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 ConvertToBytes ( _
    value As Integer _
) As Byte()
public static byte[] ConvertToBytes(
    int value
)
public:
static array<unsigned char>^ ConvertToBytes(
    int value
)
static member ConvertToBytes : 
        value:int -> byte[] 
public static function ConvertToBytes(
    value : int
) : byte[]

Parameters

Return Value

Type: array<System. . :: . .Byte> [] () [] []

.NET Framework Security

See Also

Reference

Utility Class

ConvertToBytes Overload

Microsoft.SPOT.Cryptoki Namespace