System::Collections::Specialized::BitVector32::ToString 方法

BitVector32::ToString() const method

将当前对象表示的值转换为字符串。

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

另见

BitVector32::ToString(const BitVector32&) method

将 value 参数表示的值转换为字符串。

static String System::Collections::Specialized::BitVector32::ToString(const BitVector32 &value)
参数类型描述
const BitVector32&待转换的对象

ReturnValue

对象的字符串表示

另见