System.SysUtils.TNativeIntHelper.TryParse


Deprecated: Creation of dynamic property PPDStack::$accum is deprecated in /var/www/html/shared/BaseWiki31/includes/parser/Preprocessor_DOM.php on line 845
Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function TryParse(const S: string; out Value: NativeInt): Boolean; inline; static;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public System.SysUtils.pas System.SysUtils TNativeIntHelper

Beschreibung

Konvertiert einen String in einen NativeInt-Wert und gibt einen booleschen-Erfolgscode zurück.

Hinweis: Einzelheiten zur Ausführung der Konvertierung finden Sie unter Val.

Siehe auch