Search Results for

    Show / Hide Table of Contents

    Class EnumUtility

    Inheritance
    object
    EnumUtility
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Utilities
    Assembly: NetTopologySuite.dll
    Syntax
    [Obsolete]
    public static class EnumUtility

    Methods

    | Edit this page View Source

    Format(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
    | Edit this page View Source

    Parse(Type, string)

    Declaration
    public static object Parse(Type type, string value)
    Parameters
    Type Name Description
    Type type
    string value
    Returns
    Type Description
    object
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX