Udostępnij za pośrednictwem


ZoomLevelConverter.Convert(Object, Type, Object, CultureInfo) Metoda

Definicja

Konwertuje wartość z na Double jej String reprezentację.

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

Parametry

value
Object

Poziom powiększenia jako Double

targetType
Type

Typ właściwości docelowej powiązania.

parameter
Object

Parametr konwertera do użycia.

culture
CultureInfo

Kultura do użycia w konwerterze.

Zwraca

Reprezentacja String poziomu powiększenia. Zwraca wartość UnsetValue , jeśli konwersja zakończy się niepowodzeniem.

Implementuje

Uwagi

Poziom powiększenia jest reprezentowany jako liczba %. Ten konwerter przyjmuje podwójną wartość i formatuje ją symbolem %.

Dotyczy