Share via


ExtractRangeFromArray Method

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

Extracts a linear section of data from a byte array.

Namespace:  Microsoft.SPOT.Hardware
Assembly:  Microsoft.SPOT.Native (in Microsoft.SPOT.Native.dll)

Syntax

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

Parameters

Return Value

Type: array<System. . :: . .Byte> [] () [] []
The byte array that contains the extracted data.

.NET Framework Security

See Also

Reference

Utility Class

Microsoft.SPOT.Hardware Namespace