XmlConvert.ToUInt32(String) 메서드

정의

Important

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

해당 값으로 String 변환합니다UInt32.

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

매개 변수

s
String

변환할 문자열입니다.

반품

UInt32 문자열에 해당하는 값입니다.

특성

예외

snull입니다.

s 가 올바른 형식이 아닙니다.

sUInt32.MinValue 보다 작거나 UInt32.MaxValue보다 큰 숫자를 나타냅니다.

적용 대상