ToString()

BitVector32::ToString() const method

Converts value represented by current object to string.

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

BitVector32::ToString(const BitVector32&) method

Converts value represented by value parameter to string.

static String System::Collections::Specialized::BitVector32::ToString(const BitVector32 &value)

Arguments

ParameterTypeDescription
valueconst BitVector32&object to be converted

Return Value

string representation of object

See Also