Search:

Type: Posts; User: Aamir

Search: Search took 0.10 seconds.

  1. Replies
    1
    Views
    2,570

    Number Format Exception while parsing long

    Hi All,
    I am getting numberformat exception when converting binarystring to Long


    long test=0;
    Long maxValue=Long.MAX_VALUE;
    String minValueString=Long.toBinaryString(minValue);...
  2. Replies
    3
    Views
    3,954

    Re: DateTime Convertion To Binary

    Thx for reply,
    I am communicating through TCP (Sockets).C# have Builtin Function to read from binary DateTime.FromBinary(int64value) which takes long value and date.ToBinary() to converts to int64...
  3. Replies
    3
    Views
    3,954

    DateTime Convertion To Binary

    Hi All,
    I am working on Communication Application between C# and Java.
    I want to send DateTime in the Binary Form (As .Net understands) so that it can be read in the C# end with the Method...
Results 1 to 3 of 3