IntegerType Klasse
Definition
Diese Klasse ist seit Visual Basic 2005 veraltet.This class has been deprecated as of Visual Basic 2005.
Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.
public ref class IntegerType sealed
[Microsoft.VisualBasic.CompilerServices.StandardModule]
public sealed class IntegerType
type IntegerType = class
Public NotInheritable Class IntegerType
- Vererbung
-
IntegerType
- Attribute
Hinweise
Diese Klasse stellt Methoden zum Bearbeiten von Daten bereit, die Integer
potenziell einen-Wert darstellen.This class provides methods for manipulating data that potentially represents an Integer
value.
Methoden
Equals(Object) |
Ermittelt, ob das angegebene Objekt und das aktuelle Objekt gleich sind.Determines whether the specified object is equal to the current object. (Geerbt von Object) |
FromObject(Object) |
Gibt einen |
FromString(String) |
Gibt einen |
GetHashCode() |
Dient als die Standard-HashfunktionServes as the default hash function. (Geerbt von Object) |
GetType() |
Ruft den Type der aktuellen Instanz ab.Gets the Type of the current instance. (Geerbt von Object) |
MemberwiseClone() |
Erstellt eine flache Kopie des aktuellen Object.Creates a shallow copy of the current Object. (Geerbt von Object) |
ToString() |
Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.Returns a string that represents the current object. (Geerbt von Object) |