Class EnumUtility
Inherited Members
Namespace: NetTopologySuite.Utilities
Assembly: NetTopologySuite.dll
Syntax
[Obsolete]
public static class EnumUtility
Methods
| Improve this Doc 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 |