Class HexConverter
Inherited Members
Namespace: NetTopologySuite.Utilities
Assembly: NetTopologySuite.dll
Syntax
public class HexConverter
Methods
| Edit this page View SourceConvertAny2Any(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. |