Share via


Conversions.ToUInteger 메서드

정의

지정된 개체를 Uint 값으로 변환합니다.

오버로드

ToUInteger(Object)

개체를 Uint 값으로 변환합니다.

ToUInteger(String)

문자열을 Uint 값으로 변환합니다.

ToUInteger(Object)

Source:
Conversions.vb
Source:
Conversions.vb
Source:
Conversions.vb

중요

이 API는 CLS 규격이 아닙니다.

CLS 대체 규격
Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(Object)

개체를 Uint 값으로 변환합니다.

public:
 static System::UInt32 ToUInteger(System::Object ^ Value);
[System.CLSCompliant(false)]
public static uint ToUInteger (object Value);
[System.CLSCompliant(false)]
public static uint ToUInteger (object? Value);
[<System.CLSCompliant(false)>]
static member ToUInteger : obj -> uint32
Public Shared Function ToUInteger (Value As Object) As UInteger

매개 변수

Value
Object

변환할 개체입니다.

반환

개체의 Uint 값입니다.

특성

적용 대상

ToUInteger(String)

Source:
Conversions.vb
Source:
Conversions.vb
Source:
Conversions.vb

중요

이 API는 CLS 규격이 아닙니다.

CLS 대체 규격
Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String)

문자열을 Uint 값으로 변환합니다.

public:
 static System::UInt32 ToUInteger(System::String ^ Value);
[System.CLSCompliant(false)]
public static uint ToUInteger (string Value);
[System.CLSCompliant(false)]
public static uint ToUInteger (string? Value);
[<System.CLSCompliant(false)>]
static member ToUInteger : string -> uint32
Public Shared Function ToUInteger (Value As String) As UInteger

매개 변수

Value
String

변환할 문자열입니다.

반환

문자열의 Uint 값입니다.

특성

적용 대상