 | InspectorDataAttributeConvertStringToValue Method |
Not implemented.
Namespace: Slash.ECS.Inspector.AttributesAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic override Object ConvertStringToValue(
string text
)
Public Overrides Function ConvertStringToValue (
text As String
) As Object
public:
virtual Object^ ConvertStringToValue(
String^ text
) override
abstract ConvertStringToValue :
text : string -> Object
override ConvertStringToValue :
text : string -> Object
Parameters
- text
- Type: SystemString
Not implemented.
Return Value
Type:
Object
Throws a
NotImplementedException.
See Also