Data Port Sync 1.0.500

SqlCeConvert. Method 

[This is preliminary documentation and subject to change.]

Adds two offsets and rounds them to the next DWORD boundary.

[Visual Basic]
Public Shared Function ( _
   ByVal Int32 As Integer, _
   ByVal Int32 As Integer _
) As Integer
[C#]
public static int (
   Int32 nCurrent,
   Int32 nAdd
);

Parameters

Int32
Current offset.
Int32
Number of bytes to add.

Return Value

Rounded offset.

See Also

SqlCeConvert Class | Primeworks.DesktopSqlCe Namespace