PercentFormatter 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
PercentFormatter() |
创建 PercentFormatter 对象并将其初始化为默认值。 |
PercentFormatter(IIterable<String>, String) |
创建由语言列表和地理区域初始化的 PercentFormatter 对象。 |
PercentFormatter()
创建 PercentFormatter 对象并将其初始化为默认值。
public:
PercentFormatter();
PercentFormatter();
public PercentFormatter();
function PercentFormatter()
Public Sub New ()
另请参阅
适用于
PercentFormatter(IIterable<String>, String)
创建由语言列表和地理区域初始化的 PercentFormatter 对象。
public:
PercentFormatter(IIterable<Platform::String ^> ^ languages, Platform::String ^ geographicRegion);
PercentFormatter(IIterable<winrt::hstring> const& languages, winrt::hstring const& geographicRegion);
public PercentFormatter(IEnumerable<string> languages, string geographicRegion);
function PercentFormatter(languages, geographicRegion)
Public Sub New (languages As IEnumerable(Of String), geographicRegion As String)
参数
- geographicRegion
-
String
Platform::String
winrt::hstring
地理区域的标识符。
注解
如果你的应用将此类中使用的语言标记传递给任何 国家/地区语言支持 函数,则它必须首先通过调用 ResolveLocaleName 来转换标记。
语言标记支持 Unicode 扩展“ca-”和“nu-”。 (请参阅 Unicode 键/类型定义。) 请注意,这些扩展可能会影响 PercentFormatter (IIterable (String) 、String) 对象使用的数字系统。