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

定义

将整数转换为 Values 列表中的对象。

public:
 virtual System::Object ^ Convert(System::Object ^ o, Type ^ targetType, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
public object Convert (object o, 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 (o As Object, targetType As Type, parameter As Object, culture As CultureInfo) As Object

参数

o
Object

用于在 Values 属性中查找对象的整数。

targetType
Type

绑定目标属性的类型。

parameter
Object

要使用的转换器参数。

culture
CultureInfo

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

返回

Object

位于 o 处的对象对 Values 中的项数取模。

实现

适用于