Search Results for

    Show / Hide Table of Contents

    Class HexConverter

    Inheritance
    object
    HexConverter
    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
    public class HexConverter

    Methods

    | Edit this page View Source

    ConvertAny2Any(string, int, int)

    Convert the given numeric value (passed as string) of the base specified by baseIn to the value specified by baseOut.

    Declaration
    public static string ConvertAny2Any(string valueIn, int baseIn, int baseOut)
    Parameters
    Type Name Description
    string valueIn

    Numeric value to be converted, as string.

    int baseIn

    Base of input value.

    int baseOut

    Base to use for conversion.

    Returns
    Type Description
    string

    Converted value, as string.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX