Table of Contents

Class EnumUtility

Namespace
NetTopologySuite.Utilities
Assembly
NetTopologySuite.dll
[Obsolete]
public static class EnumUtility
Inheritance
EnumUtility
Inherited Members

Methods

Format(Type, object, string)

public static string Format(Type type, object value, string formatString)

Parameters

type Type
value object
formatString string

Returns

string

Parse(Type, string)

public static object Parse(Type type, string value)

Parameters

type Type
value string

Returns

object