我有要求根據區域設置值。我會的語言環境或者en_US或fr_FR String locale = object.getLocale(); //
然後根據語言環境,我需要定義的貨幣。我需要的貨幣格式在下面定義。 Language Example Notes
Canadian French 123.456.789,99 $ symbol is a suffix,'comma'
我想在這裏解析一個使用加蓬貨幣格式的數字。 格式使用「。」爲組分隔和沒有小數。 下面是一個例子: using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Globalization;
using System.Threading;
namesp