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
valueInstringNumeric value to be converted, as string.
baseInintBase of input value.
baseOutintBase to use for conversion.
Returns
- string
Converted value, as string.