Click or drag to resize
InspectorPropertyAttributeConvertValueOrListToString Method
Converts the passed value or list to a string that can be converted back to a value or list 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 string ConvertValueOrListToString(
	Object value
)

Parameters

value
Type: SystemObject
Value or list to convert.

Return Value

Type: String
String that can be converted back to a value or list of the correct type for this property.
See Also