Click or drag to resize

ValueConverterConvert Method

Converts the specified value.

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Converters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public abstract Object Convert(
	Object value
)

Parameters

value
Type: SystemObject
Value to convert.

Return Value

Type: Object
Converted value.
See Also