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