System.SysUtils.TInt64Helper Methods

From RAD Studio API Documentation
Revision as of 22:49, 14 January 2013 by BuildBot (talk | contribs) (Created page with "{{#lst:API:System.SysUtils.TInt64Helper Methods|head}} <section begin="short"/><!--Short description here--><section end="short"/> <!--Additional Comments go here--> {{#lst:AP...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


InheritedProtected
ParsepublicConverts a string to an Int64 value.
SizepublicReturns an integer representing the number of bytes occupied by this Int64 variable.
ToBooleanpublicConverts this Int64 number to a Boolean value.
ToDoublepublicConverts this Int64 number to a Double value.
ToExtendedpublicConverts this Int64 number to an Extended value.
ToHexStringpublicConverts an Int64 number to a string value.
ToSinglepublicConverts this Int64 number to a Single value.
ToStringpublicConverts an Int64 to a string value.
TryParsepublicConverts a string to an Int64 value, with a Boolean success code.