ExpressionNode.ConvertFromString(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts string to an object of specified type. Type must be supported. UnsupportedTypeException thrown otherwise. Catches FormatException and throws TypeConversionException.
protected static object ConvertFromString (string stringObjType, string stringValue);
static member ConvertFromString : string * string -> obj
Protected Shared Function ConvertFromString (stringObjType As String, stringValue As String) As Object
Parameters
- stringObjType
- String
- stringValue
- String