FormatsNumberIntegerStandardPattern Method

Gets the standard formatting pattern for an integer field.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string NumberIntegerStandardPattern(
	int digits = 0
)

Parameters

digits  Int32  (Optional)
Number of digits to represent.

Return Value

String
String with the standard formatting pattern for an integer field.

See Also