PalAttrFormatNumber

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalString PalAttrFormatNumber( SalNumber nValue )

The PalAttrFormatNumber converts a numeric variable to the string representation used in attribute strings.

Parameters

Name Description
SalNumber nValue Numeric value which should be converted to its string representation. This value can only be an integer.

Returns

The return value is the string representation of the numeric value.

Comments

This method only works for integers. Any decimals will be removed.