Class TypeExtensions
Denotes common extensions to types
public static class TypeExtensions
- Inheritance
-
TypeExtensions
- Inherited Members
Methods
Parse(IType, string)
Parses the given textual representation into an object
public static object Parse(this IType type, string input)
Parameters
Returns
- object
A deserialized object
Serialize(IType, object)
Serializes the given value of the provided type into a string
public static string Serialize(this IType type, object value)
Parameters
Returns
- string
A string representation