FormatsNumberIntegerStandardPattern Method
Gets the standard formatting pattern for an integer field.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string NumberIntegerStandardPattern(
int digits = 0
)
Public Shared Function NumberIntegerStandardPattern (
Optional digits As Integer = 0
) As String
- digits Int32 (Optional)
- Number of digits to represent.
StringString with the standard formatting pattern for an integer field.