Dynamicweb 8 Documentation
FormatNumber Method

Number to format.
Returns the formatted version of the specified number according to current culture.
Syntax
'Declaration
 
Public Function FormatNumber( _ 
   ByVal number As Long _ 
) As String
public string FormatNumber( 
   long number 
)

Parameters

number
Number to format.

Return Value

The formatted version of the specified number.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Filter Class
Filter Members

Send Feedback