Class EnumUtility
Inherited Members
Namespace: NetTopologySuite.Utilities
Assembly: NetTopologySuite.dll
Syntax
[Obsolete]
public static class EnumUtility
Methods
| Edit this page View SourceFormat(Type, object, string)
Declaration
public static string Format(Type type, object value, string formatString)
Parameters
Type | Name | Description |
---|---|---|
Type | type | |
object | value | |
string | formatString |
Returns
Type | Description |
---|---|
string |
Parse(Type, string)
Declaration
public static object Parse(Type type, string value)
Parameters
Type | Name | Description |
---|---|---|
Type | type | |
string | value |
Returns
Type | Description |
---|---|
object |