Freigeben über


SymbolDisplay.FormatPrimitive(Object, Boolean, Boolean) Methode

Definition

Gibt eine Zeichenfolgendarstellung eines Objekts des Grundtyps zurück.

public:
 static System::String ^ FormatPrimitive(System::Object ^ obj, bool quoteStrings, bool useHexadecimalNumbers);
public static string FormatPrimitive (object obj, bool quoteStrings, bool useHexadecimalNumbers);
static member FormatPrimitive : obj * bool * bool -> string
Public Shared Function FormatPrimitive (obj As Object, quoteStrings As Boolean, useHexadecimalNumbers As Boolean) As String

Parameter

obj
Object

Ein Wert, der als Zeichenfolge angezeigt werden soll.

quoteStrings
Boolean

Ob Zeichenfolgen literale Anführungszeichen angegeben werden sollen oder nicht.

useHexadecimalNumbers
Boolean

Unabhängig davon, ob integrale Literale in Hexadezimalstellen angezeigt werden sollen.

Gibt zurück

Eine Zeichenfolgendarstellung eines Objekts des Grundtyps (oder null, wenn der Typ nicht unterstützt wird).

Hinweise

Ziehpunkte Boolean, CharSByteUInt16Int32Int16UInt32Int64ByteStringDoubleSingleUInt64Decimalund .null

Gilt für: