货币文化问题

时间:2019-01-08 10:21:34

标签: c# .net

我无法找到Zambian kwacha的.net货币代码。

我有一个数据库表,其中包含每种货币的信息,因此我的应用程序可以显示带有正确货币符号的数字,例如$ 150.00,£125.50等。

当前已存储以下内容:

USD     en-US
GBP     en-GB
HKD     zh-HK

同样

我的代码是:

var culture = new CultureInfo(symbol);

然后使用它显示如下:

XXX.ToString("C2", culture);

有没有办法找到这个?

1 个答案:

答案 0 :(得分:1)

不确定要如何设置其格式,但英语的货币为<?php include_once '../scrapper/scrapper.php'; // Options for the context we're about to create. $options = [ "http" => [ "header" => "Cookie: cookiesok=yes\r\n", ], ]; // Context we're going to pass to the file_get_html() function. $context = stream_context_create($options); $url = 'https://www.soccerstats.com/matches.asp'; $html = file_get_html($url, false, $context); $stats = array(); foreach($html->find('table') as $table) { $stats[] = $table->outertext; } $results = implode(",", $stats); echo $results; ,文化为ZWM