GBPoundSymbol Property

Returns the symbol for the currency.

Definition

Namespace: InnerDrive.Financial
Assembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
C#
public override string Symbol { get; }

Property Value

String
"$"

Implements

ICurrencySymbol

Example

For U.S. Dollars, returns "$"

See Also