menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BitConverterGeneral - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BitConverterGeneral

    Inheritance
    System.Object
    BitConverterGeneral
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.UWP.dll
    Syntax
    public class BitConverterGeneral : Object

    Constructors

    BitConverterGeneral()

    Declaration
    public BitConverterGeneral()

    Methods

    DoubleToInt64Bits(Double)

    Declaration
    public static long DoubleToInt64Bits(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    System.Int64

    Int64BitsToDouble(Int64)

    Declaration
    public static double Int64BitsToDouble(long value)
    Parameters
    Type Name Description
    System.Int64 value
    Returns
    Type
    System.Double

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved