BitVector32.Section.ToString Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a string that represents the current BitVector32.Section.
Overloads
| ToString() | Returns a string that represents the current BitVector32.Section. | 
| ToString(BitVector32+Section) | Returns a string that represents the specified BitVector32.Section. | 
ToString()
- Source:
- BitVector32.cs
- Source:
- BitVector32.cs
- Source:
- BitVector32.cs
- Source:
- BitVector32.cs
Returns a string that represents the current BitVector32.Section.
public:
 override System::String ^ ToString();public override string ToString();override this.ToString : unit -> stringPublic Overrides Function ToString () As StringReturns
A string that represents the current BitVector32.Section.
Remarks
This method overrides Object.ToString.
See also
Applies to
ToString(BitVector32+Section)
- Source:
- BitVector32.cs
- Source:
- BitVector32.cs
- Source:
- BitVector32.cs
- Source:
- BitVector32.cs
Returns a string that represents the specified BitVector32.Section.
public:
 static System::String ^ ToString(System::Collections::Specialized::BitVector32::Section value);public static string ToString(System.Collections.Specialized.BitVector32.Section value);static member ToString : System.Collections.Specialized.BitVector32.Section -> stringPublic Shared Function ToString (value As BitVector32.Section) As StringParameters
- value
- BitVector32.Section
The BitVector32.Section to represent.
Returns
A string that represents the specified BitVector32.Section.