Data Port Sync 1.0.500

JetConvert. Method

[This is preliminary documentation and subject to change.]

Serializes a DateTime value to Access' own internal representation (a double).

Overload List

Serializes a DateTime value to Access' own internal representation (a double).

public static byte[] (DateTime);

Serializes a decimal value to a byte array with the required OLE DB format.

public static byte[] (Decimal);

Serializes a GUID value to a byte array with the required OLE DB format.

public static byte[] (Guid);

Converts an object to a binary representation of an OLE DB data type

public static byte[] (Object,OleDbType);

See Also

JetConvert Class | Primeworks.DataPortSync.Jet Namespace