NetTopologySuite
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
NetTopologySuite.Utilities.HexConverter Class Reference

More...

Static Public Member Functions

static string ConvertAny2Any (string valueIn, int baseIn, int baseOut)
 Convert the given numeric value (passed as string) of the base specified by baseIn to the value specified by baseOut. More...
 

Detailed Description

Member Function Documentation

static string NetTopologySuite.Utilities.HexConverter.ConvertAny2Any ( string  valueIn,
int  baseIn,
int  baseOut 
)
static

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

Parameters
valueInNumeric value to be converted, as string.
baseInBase of input value.
baseOutBase to use for conversion.
Returns
Converted value, as string.

The documentation for this class was generated from the following file: