BitVector32.Section.ToString Method

Definition

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

Returns a string that represents the current BitVector32.Section.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

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

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 -> string
Public Shared Function ToString (value As BitVector32.Section) As String

Parameters

value
BitVector32.Section

The BitVector32.Section to represent.

Returns

A string that represents the specified BitVector32.Section.

See also

Applies to