  | TypeParserParse Method  | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dynamicweb.Extensibility
    Assembly:
   Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax[ObsoleteAttribute("Moved to Dynamicweb.Core.Helpers")]
public static Object Parse(
	string type,
	string value
)<ObsoleteAttribute("Moved to Dynamicweb.Core.Helpers")>
Public Shared Function Parse ( 
	type As String,
	value As String
) As ObjectParameters
- type
 - Type: SystemString
 - value
 - Type: SystemString
 
Return Value
Type: 
Object
See Also