  | CurrencyFormat Method (Double, Boolean) | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dynamicweb.Ecommerce.International
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax[ObsoleteAttribute("Use Ecommerce.Services.Currencies.Format instead")]
public string Format(
	double value,
	bool showSymbol
)<ObsoleteAttribute("Use Ecommerce.Services.Currencies.Format instead")>
Public Function Format ( 
	value As Double,
	showSymbol As Boolean
) As StringParameters
- value
 - Type: SystemDouble
 - showSymbol
 - Type: SystemBoolean
 
Return Value
Type: 
String
See Also