FormatsCheckNumberStandardPattern Method

Evaluate the standard number formats and returns the corresponding format pattern.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string CheckNumberStandardPattern(
	string format
)

Parameters

format  String
Number format.

Return Value

String
String with the the evaluated format.

See Also