NumberFormatInfo: CurrencySymbol (let)

CurrencySymbol

Sets the currency symbol to be used.



 Public Property Let CurrencySymbol(
	  ByRef Value As String )

Parameters

Value
[ByRef] String. The currency symbol to be used when formatting currency.

Remarks

In the US the symbol is the dollar sign $', in other parts of the world, other symbols are used.

Read/Write.

See Also

Project CorLib Overview

Class NumberFormatInfo Overview