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
- Class String
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.PUB for C++
BitVector32::ToString(const BitVector32&) method
Converts value represented by value parameter to string.
static String System::Collections::Specialized::BitVector32::ToString(const BitVector32 &value)
Parameter | Type | Description |
---|---|---|
value | const BitVector32& | object to be converted |
ReturnValue
string representation of object
See Also
- Class String
- Class BitVector32
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.PUB for C++