System::Collections::Specialized::BitVector32::ToString method

BitVector32::ToString() const method

Converts value represented by current object to string.

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

See Also

BitVector32::ToString(const BitVector32&) method

Converts value represented by value parameter to string.

static String System::Collections::Specialized::BitVector32::ToString(const BitVector32 &value)
ParameterTypeDescription
valueconst BitVector32&object to be converted

ReturnValue

string representation of object

See Also