ToolsMorePreciseFormat Method (String, Int32)

GF Charts Help
Returns the format string with precision increased to specified digits. For example, {f1} => {f2}

Namespace:  GF.Clients.Charts.Utils
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public static string MorePreciseFormat(
	string Format,
	int AdditionalDigits
)

Parameters

Format
Type: SystemString
AdditionalDigits
Type: SystemInt32

Return Value

Type: String
See Also

Reference