DataFunctions.CurrencySymbol Property (PIA)
The CurrencySymbol property is a read/write string object that stores the currency symbol to use if the currency symbol parameter is not specified in the ConvertStringToCurrency and LocalizeCurrency methods. The default value is the system default currency symbol.
Definition
[Visual Basic .NET]
Imports Microsoft.CommerceServer.Interop
…
Public Property CurrencySymbol As Object
[C#]
using Microsoft.CommerceServer.Interop;
…
public object CurrencySymbol {get; set;}
Property Value
This property is a string that contains the currency symbol.
Exceptions
This property may throw one of many mapped exceptions or an exception of type COMException. See Standard COM Errors for additional details.
Requirements
Namespace: Microsoft.CommerceServer.Interop
Platforms: Windows 2000, Windows Server 2003
Assembly: mscsasphelplib (in mscsasphelplib.dll)
See Also
DataFunctions.ConvertStringToCurrency
DataFunctions.LocalizeCurrency
Copyright © 2005 Microsoft Corporation.
All rights reserved.