Data Port Sync 1.0.500

JetConvert. Method 

[This is preliminary documentation and subject to change.]

Returns the binary representation of a DB_NUMERIC from a Decimal.

[Visual Basic]
Public Shared Function ( _
   ByVal Decimal As Decimal _
) As Byte()
[C#]
public static byte[] (
   Decimal d
);

Parameters

Decimal
Decimal value to convert.

Return Value

Binary representation of the DB_NUMERIC value.

See Also

JetConvert Class | Primeworks.DataPortSync.Jet Namespace