long IConvertible.ToInt64(IFormatProvider provider) { GXByteBuffer bb = GetByteBuffer(Value, 8); return(bb.GetInt64()); }