XmlConvert.ToUInt64(String) 메서드

정의

Important

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

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

public:
 static System::UInt64 ToUInt64(System::String ^ s);
[System.CLSCompliant(false)]
public static ulong ToUInt64(string s);
[<System.CLSCompliant(false)>]
static member ToUInt64 : string -> uint64
Public Shared Function ToUInt64 (s As String) As ULong

매개 변수

s
String

변환할 문자열입니다.

반품

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

특성

예외

snull입니다.

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

sUInt64.MinValue 보다 작거나 UInt64.MaxValue보다 큰 숫자를 나타냅니다.

적용 대상