Xojo Documentation
Xojo Documentation
Home
Getting Started
Get Started with Xojo
QuickStarts
Tutorials
Pi Programming
More Guides
Resources
In-Depth Guides
User Guide
Language Reference
Resources
Release Notes
System Requirements
Deprecations
Videos
Feedback
About
Usage
Copyrights and Trademarks
Tools
What links here
Related changes
Special pages
Printable version
Permanent link
Page information
Xojo.Core.Locale.CurrencySymbol
From Xojo Documentation
Read-Only Property
(As
Text
)
Text
Value
=
a
Xojo.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
Category
:
Properties