 | InspectorIntAttributeConvertStringToValue Method |
Converts the passed text 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 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
Text to convert.
Return Value
Type:
Object
Value of the correct type for this property, if the conversion was successful, and
null otherwise.
See Also