Class HexConverter
Inherited Members
Namespace: NetTopologySuite.Utilities
Assembly: NetTopologySuite.dll
Syntax
public class HexConverter
Methods
| Improve this Doc View SourceConvertAny2Any(String, Int32, Int32)
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. |
Int32 | baseIn | Base of input value. |
Int32 | baseOut | Base to use for conversion. |
Returns
Type | Description |
---|---|
String | Converted value, as string. |