| ClearBit | public |  | 
| Parse | public | Convert from a string | 
| SetBit | public |  | 
| Size | public | Size, in bytes, of the Int64 value | 
| TestBit | public |  | 
| ToBinString | public |  | 
| ToBoolean | public | Convert to a boolean value | 
| ToDouble | public | Convert to a double-sized floating point value | 
| ToExtended | public | Convert to an extended-sized floating point value | 
| ToggleBit | public |  | 
| ToHexString | public | Convert to a hexadecimal string representation | 
| ToSingle | public | Convert to an single-sized floating point value | 
| ToString | public | Convert the value to string | 
| TryParse | public | Try to convert a string to a Int64, report success or failure |