System::Collections::Specialized::BitVector32::ToString méthode

BitVector32::ToString() const method

Convertit la valeur représentée par l’objet actuel en chaîne.

String System::Collections::Specialized::BitVector32::ToString() const

Voir aussi

BitVector32::ToString(const BitVector32&) method

Convertit la valeur représentée par le paramètre value en chaîne.

static String System::Collections::Specialized::BitVector32::ToString(const BitVector32 &value)
ParamètreTypeDescription
valeurconst BitVector32&objet à convertir

ReturnValue

représentation sous forme de chaîne de l’objet

Voir aussi