Click or drag to resize
InspectorPropertyAttributeConvertStringToValue Method
Converts the passed 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 virtual Object ConvertStringToValue(
	string text
)

Parameters

text
Type: SystemString
Text to convert.

Return Value

Type: Object
Value of the correct type for this property, if the conversion was successful, and null otherwise.
See Also