TypeConverter.ConvertFromString Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Converts the specified text to an object.
Assembly: System (in System.dll)
Parameters
- text
- Type: System.String
The text representation of the object to convert.
A call to this method forwards the call to ConvertFrom, with Nothing passed for context and culture.
Show: