FormatsNumberDecimalStandardPattern Method
Gets the standard formatting pattern based on the given decimals.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string NumberDecimalStandardPattern(
int decimals = 2
)
Public Shared Function NumberDecimalStandardPattern (
Optional decimals As Integer = 2
) As String
- decimals Int32 (Optional)
- Number of decimals to represent.
StringString with the standard formatting pattern based on the given decimals..