XmlConvert.ToUInt32(String) 方法

定义

重要

此 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

属性

例外

s 上声明的默认值为 null

s 的格式不正确。

适用于