Sets a Decimal value. Turns any FoxPro numeric value to a .NET decimal value.
This can actually be done in FoxPro explicitly with CAST(val as Currency) but this method can be used with pre-VFP 9 and is used internally to convert numerics to decimal.
public void SetDecimal(object val);
Parameters
val
A foxpro numeric value
See also:
Class ComValue© West Wind Technologies, 1996-2024 • Updated: 09/24/15
Comment or report problem with topic