XmlConvert.ToUInt64(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
此 API 不符合 CLS。
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。
- 属性
例外
s
上声明的默认值为 null
。
s
的格式不正确。
s
表示小于 UInt64.MinValue 或大于 UInt64.MaxValue 的数字。