Click or drag to resize
InspectorBlueprintAttributeTryConvertValueToString Method
Tries to convert the specified 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 bool TryConvertValueToString(
	Object value,
	out string text
)

Parameters

value
Type: SystemObject
Value to convert.
text
Type: SystemString
String that can be converted back to a value of the correct type for this property.

Return Value

Type: Boolean
True if the conversion was successful; otherwise, false.
See Also