FormatsNumberDecimalStandardPattern Method

Gets the standard formatting pattern based on the given decimals.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string NumberDecimalStandardPattern(
	int decimals = 2
)

Parameters

decimals  Int32  (Optional)
Number of decimals to represent.

Return Value

String
String with the standard formatting pattern based on the given decimals..

See Also