UtilsLib Xojo plugin

LocaleInfo.PercentSymbol Method

Returns the string that the system uses for the percent symbol.

shared PercentSymbol() as String

Parameters

Returns

String

Remarks

On Windows systems older than Windows 7 then this is always % as older Windows systems did not have this setting.

On Linux systems then this is always %.

See Also

LocaleInfo Class