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
stringNumeric value to be converted, as string.
baseIn
intBase of input value.
baseOut
intBase to use for conversion.
Returns
- string
Converted value, as string.