ZoomPercentageConverter.Convert(Object, Type, Object, CultureInfo) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
參數
- parameter
- Object
null
.
- culture
- CultureInfo
轉換時假設使用的語言和文化特性。
傳回
轉換子無法產生值時則為 UnsetValue;例如,當 value
是 null
或當 targetType
不是 Double 或 String 時。
-或-
所指定型別的新 Object。 在這個類別中實作時,這必須是 Double 或 String。 如果它是字串,則會針對 culture
適當地加以格式化。
實作
備註
UnsetValue 可能會傳回 ,表示轉換器不會產生任何值,而且如果應該改用可用的) 或預設值,則後援 (。
傳遞 null
。 parameter
這個參數是由 的 Convert 簽章所要求,而且由某些實作用來提供內容資訊給轉換子;但不會用於這個類別。