Formats a number value using a number picture format. If you do not specify a picture format or the one you specify is invalid, the default local settings are used

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public static SalString FmtFormatNumber(
	SalNumber num,
	SalString sPicture
)

Parameters

num
Type: PPJ.Runtime..::..SalNumber
The number value to format.
sPicture
Type: PPJ.Runtime..::..SalString
The number picture format.

Return Value

sNumber

See Also