[This is preliminary documentation and subject to change.]
Serializes a DateTime value to Access' own internal representation (a double).
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);
JetConvert Class | Primeworks.DataPortSync.Jet Namespace