System::Collections::Specialized::BitVector32::ToString 方法
BitVector32::ToString() const method
将当前对象表示的值转换为字符串。
String System::Collections::Specialized::BitVector32::ToString() const
另见
- Class String
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++
BitVector32::ToString(const BitVector32&) method
将 value 参数表示的值转换为字符串。
static String System::Collections::Specialized::BitVector32::ToString(const BitVector32 &value)
| 参数 | 类型 | 描述 |
|---|---|---|
| 值 | const BitVector32& | 待转换的对象 |
ReturnValue
对象的字符串表示
另见
- Class String
- Class BitVector32
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++