ComValue.SetLong

Turns a FoxPro number to a Long 64 bit integer value in .NET. Note that FoxPro doesn't support casting to a 64 bit value, so you can pass a 32 bit integer or numbers that are decimal or floats to this function to achieve 64 bit Long values.

public void SetLong(object val);

Parameters

val


See also:

Class ComValue

© West Wind Technologies, 2004-2020 • Updated: 10/14/12
Comment or report problem with topic