XmlConvert.ToUInt64(String) メソッド

定義

重要

この 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 が正しい形式ではありません。

s は、 UInt64.MinValue より小さいか、 UInt64.MaxValue より大きい数値を表します。

適用対象