Click or drag to resize

ReflectionUtilsTryConvertValueT Method (Object, T)

Tries to convert the specified value to the specified value.

Namespace:  Slash.Unity.DataBind.Core.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static bool TryConvertValue<T>(
	Object rawValue,
	out T convertedValue
)

Parameters

rawValue
Type: SystemObject
Value to convert.
convertedValue
Type: T
Converted value.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Slash.Unity.DataBind.Core.Utils.ReflectionUtils.TryConvertValue``1(System.Object,``0@)"]

Return Value

Type: Boolean
True if value could be converted; otherwise, false.
See Also