FormatsNumber(Object, String) Method

Format a number with the indicated format.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string Number(
	Object value,
	string format
)

Parameters

value  Object
Value to format.
format  String
Format to assing.

Return Value

String
String with the value formatted.

See Also