BitVector32.Section.ToString 메서드

정의

현재 BitVector32.Section를 나타내는 문자열을 반환합니다.

오버로드

Name Description
ToString()

현재 BitVector32.Section를 나타내는 문자열을 반환합니다.

ToString(BitVector32+Section)

지정된 BitVector32.Section을 나타내는 문자열을 반환합니다.

ToString()

Source:
BitVector32.cs
Source:
BitVector32.cs
Source:
BitVector32.cs
Source:
BitVector32.cs
Source:
BitVector32.cs

현재 BitVector32.Section를 나타내는 문자열을 반환합니다.

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

반품

현재 BitVector32.Section를 나타내는 문자열입니다.

설명

이 메서드는 Object.ToString를 재정의합니다.

추가 정보

적용 대상

ToString(BitVector32+Section)

Source:
BitVector32.cs
Source:
BitVector32.cs
Source:
BitVector32.cs
Source:
BitVector32.cs
Source:
BitVector32.cs

지정된 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

매개 변수

value
BitVector32.Section

BitVector32.Section 나타낼 값입니다.

반품

지정된 BitVector32.Section을 나타내는 문자열입니다.

추가 정보

적용 대상