Skip to content

Latest commit

 

History

History
102 lines (77 loc) · 2.24 KB

uint16columnvalue.getvaluefrombytes-method.md

File metadata and controls

102 lines (77 loc) · 2.24 KB
description title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date ms.topic f1_keywords dev_langs api_name topic_type api_type api_location ROBOTS
Learn more about: UInt16ColumnValue.GetValueFromBytes method
UInt16ColumnValue.GetValueFromBytes method
GetValueFromBytes method
M:Microsoft.Isam.Esent.Interop.UInt16ColumnValue.GetValueFromBytes(System.Byte[],System.Int32,System.Int32,System.Int32)
55104191
07/30/2014
reference
Microsoft.Isam.Esent.Interop.UInt16ColumnValue.GetValueFromBytes
CSharp
JScript
VB
other
Microsoft.Isam.Esent.Interop.UInt16ColumnValue.GetValueFromBytes
kbSyntax
apiref
Managed
Microsoft.Isam.Esent.Interop.dll
INDEX,FOLLOW

UInt16ColumnValue.GetValueFromBytes method

Given data retrieved from ESENT, decode the data and set the value in the ColumnValue object.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Protected Overrides Sub GetValueFromBytes ( _
    value As Byte(), _
    startIndex As Integer, _
    count As Integer, _
    err As Integer _
)
'Usage
Dim value As Byte()
Dim startIndex As Integer
Dim count As Integer
Dim err As Integer

Me.GetValueFromBytes(value, startIndex, _
    count, err)
protected override void GetValueFromBytes(
    byte[] value,
    int startIndex,
    int count,
    int err
)

Parameters

  • value
    Type: []

    An array of bytes.

  • startIndex
    Type: System.Int32

    The starting position within the bytes.

See also

Reference

UInt16ColumnValue class

UInt16ColumnValue members

Microsoft.Isam.Esent.Interop namespace