ProductConverterProcess Method

CVB.Net Documentation
The actual processing function.

Namespace:  Stemmer.Cvb.Wpf.Converters
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

protected virtual Object Process(
	Object[] values,
	Type targetType
)

Parameters

values
Type: SystemObject
values to be processed
targetType
Type: SystemType
target type

Return Value

Type: Object
Product of all the input values.
See Also

Reference