FormatsNumber(Object, String) Method
Format a number with the indicated format.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string Number(
Object value,
string format
)
Public Shared Function Number (
value As Object,
format As String
) As String
- value Object
- Value to format.
- format String
- Format to assing.
StringString with the value formatted.