共用方式為


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

定義

Double (用來做為 Zoom 的值) 轉換為指定型別的物件。

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

Zoom 的目前值。

targetType
Type

要將 value 轉換到的型別。 這必須是 DoubleString

parameter
Object

null.

culture
CultureInfo

轉換時假設使用的語言和文化特性。

傳回

轉換子無法產生值時則為 UnsetValue;例如,當 valuenull 或當 targetType 不是 DoubleString 時。

-或-

所指定型別的新 Object。 在這個類別中實作時,這必須是 DoubleString。 如果它是字串,則會針對 culture 適當地加以格式化。

實作

備註

UnsetValue 可能會傳回 ,表示轉換器不會產生任何值,而且如果應該改用可用的) 或預設值,則後援 (。

傳遞 nullparameter 這個參數是由 的 Convert 簽章所要求,而且由某些實作用來提供內容資訊給轉換子;但不會用於這個類別。

適用於