AlternationConverter.Convert(Object, Type, Object, CultureInfo) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将整数转换为 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
参数
- targetType
- Type
绑定目标属性的类型。
- parameter
- Object
要使用的转换器参数。
- culture
- CultureInfo
要用在转换器中的区域性。
返回
位于 o
处的对象对 Values 中的项数取模。