Click or drag to resize

SessionToFormattedInteger Method

Format an integer value per the FormatInteger format in the NumberCulture culture.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string ToFormattedInteger(
	int n
)

Parameters

n
Type: SystemInt32
The integer number to format.

Return Value

Type: String
The formatted value as a string.
See Also