TypeConverterConvertFromString Method (ITypeDescriptorContext, String) |
Converts from string.
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Object ConvertFromString(
ITypeDescriptorContext context,
string text
)
Public Function ConvertFromString (
context As ITypeDescriptorContext,
text As String
) As Object
member ConvertFromString :
context : ITypeDescriptorContext *
text : string -> Object
Parameters
- context
- Type: EtoITypeDescriptorContext
Context. - text
- Type: SystemString
Text to convert.
Return Value
Type:
ObjectThe converted object.
See Also