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

Parameters

value
Type: SystemObject
Value to convert.

Return Value

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