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

Namespace: Slash.ECS.Blueprints.Inspector.Attributes
Assembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
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