public string ConvertToIEEE754_GetStringInterpritationOfDouble(double number)
 {
     return(DoubleConverter.ConvertToIEEE754(number));
 }