 | 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.AttributesAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic string ConvertValueOrListToString(
Object value
)
Public Function ConvertValueOrListToString (
value As Object
) As String
public:
String^ ConvertValueOrListToString(
Object^ value
)
member ConvertValueOrListToString :
value : Object -> string
Parameters
- value
- Type: SystemObject
Value or list to convert.
Return Value
Type:
StringString that can be converted back to a value or list of the correct type for this property.
See Also