System.SysUtils.TNativeUIntHelper.Parse

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class function Parse(const S: string): NativeUInt; static;

プロパティ

種類 可視性 ソース ユニット
function public System.SysUtils.pas System.SysUtils TNativeUIntHelper


説明

文字列を NativeUInt 値に変換します。

Parse は、S で指定された文字列を NativeUInt に変換します。

TNativeUIntHelperParse メソッドは、文字列 S が有効な数値でなかった場合、または NativeUInt 型の範囲を超えている場合、EConvertError を発生させます。

メモ: 変換がどのように行われるかの詳細については、StrToUInt または StrToUInt64 の説明を参照してください。

関連項目