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.Page for C++
BitVector32::ToString(const BitVector32&) method
value 매개변수로 표현된 값을 문자열로 변환합니다.
static String System::Collections::Specialized::BitVector32::ToString(const BitVector32 &value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | const BitVector32& | 변환될 객체 |
ReturnValue
객체의 문자열 표현
또 보기
- Class String
- Class BitVector32
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++