Click or drag to resize

DataBindingGetValue Method (Type)

Returns the current data value, converted to the specified type.

Namespace:  Slash.Unity.DataBind.Core.Presentation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public Object GetValue(
	Type type
)

Parameters

type
Type: SystemType
Desired type of data.

Return Value

Type: Object
Current data value, converted to the specified type.
Exceptions
ExceptionCondition
InvalidCastExceptionThrown if the data value can't be cast to the specified type.
See Also