Table of Contents

Class TypeParser

Namespace
Dynamicweb.Extensibility
Assembly
Dynamicweb.Extensibility.dll
Parse string value to typed value
[Obsolete("Moved to Dynamicweb.Core.Helpers")]
public class TypeParser
Inheritance
TypeParser
Inherited Members

Methods

Parse(string, string)

Parse string value to typed value
[Obsolete("Moved to Dynamicweb.Core.Helpers")]
public static object Parse(string type, string value)

Parameters

type string
Type of the value
value string
Value

Returns

object
System.Object.
To top