ZoomLevelConverter.Convert(Object, Type, Object, CultureInfo) 方法

定义

将 值从 Double 转换为其 String 表示形式。

public:
 virtual System::Object ^ Convert(System::Object ^ value, Type ^ targetType, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
public object Convert (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture);
abstract member Convert : obj * Type * obj * System.Globalization.CultureInfo -> obj
override this.Convert : obj * Type * obj * System.Globalization.CultureInfo -> obj
Public Function Convert (value As Object, targetType As Type, parameter As Object, culture As CultureInfo) As Object

参数

value
Object

缩放级别为 Double

targetType
Type

绑定目标属性的类型。

parameter
Object

要使用的转换器参数。

culture
CultureInfo

要用在转换器中的区域性。

返回

String缩放级别的表示形式。 UnsetValue如果转换失败,则返回 。

实现

注解

缩放级别表示为数字 %。 此转换器采用双精度值,并使用 % 符号对其进行格式设置。

适用于