System.SysUtils.TIntegerHelper のメソッド

提供: RAD Studio API Documentation
2013年1月15日 (火) 03:19時点におけるBuildBot (トーク | 投稿記録)による版 (ページの作成:「{{#lst:API:System.SysUtils.TIntegerHelper Methods|head}} <section begin="short"/><!--Short description here--><section end="short"/> <!--Additional Comments go here--> ...」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索


継承Protected
Parsepublic文字列を Integer 値へ変換します。
Sizepublicこの Integer 変数で占められるバイト数を表す整数を返します。
ToBooleanpublic
ToDoublepublicこの Integer の数値を Double の値に変換します。
ToExtendedpublicこの Integer の数値を Extended の値に変換します。
ToHexStringpublicInteger の数を、16 進数文字列に変換します。
ToSinglepublicこの Integer の数値を Single の値に変換します。
ToStringpublicInteger を文字列値に変換します。
TryParsepublic文字列を Integer 値に、Boolean サクセス コードと共に変換します。