Table of Contents

Class HexConverter

Namespace
NetTopologySuite.Utilities
Assembly
NetTopologySuite.dll
public class HexConverter
Inheritance
HexConverter
Inherited Members

Methods

ConvertAny2Any(string, int, int)

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

public static string ConvertAny2Any(string valueIn, int baseIn, int baseOut)

Parameters

valueIn string

Numeric value to be converted, as string.

baseIn int

Base of input value.

baseOut int

Base to use for conversion.

Returns

string

Converted value, as string.