Click or drag to resize
InspectorIntAttributeTryConvertStringToValue Method
Tries to convert the specified text to a value of the correct type for this property.

Namespace: Slash.ECS.Inspector.Attributes
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public override bool TryConvertStringToValue(
	string text,
	out Object value
)

Parameters

text
Type: SystemString
Text to convert.
value
Type: SystemObject
Value of the correct type for this property, if the conversion was successful.

Return Value

Type: Boolean
True if the conversion was successful; otherwise, false.
See Also