Click or drag to resize
InspectorDataAttributeTryConvertStringToValue Method
Not implemented.

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
Not implemented..
value
Type: SystemObject
Not implemented.

Return Value

Type: Boolean
Throws a NotImplementedException.
See Also