Click or drag to resize
IUserAccessiableFormatNumberInvariant Method

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
string FormatNumberInvariant(
	DVar inValue,
	int inDecimalNumbers,
	bool inTrailingZeros
)

Parameters

inValue
Type: SurveyToGo.UserLogic.InterfacesDVar
inDecimalNumbers
Type: SystemInt32
inTrailingZeros
Type: SystemBoolean

Return Value

Type: String
See Also