Xojo.Core.Locale.CurrencySymbol

From Xojo Documentation

Read-Only Property (As Text )
TextValue = aXojo.Core.Locale.CurrencySymbol

Supported for all project types and targets.

The locale's currency symbol.

Sample Code

Get the locale's currency symbol:

Var locale As New Xojo.Core.Locale("en-US")

Var symbol As Text
symbol = locale.CurrencySymbol