System::Xml::XmlConvert::ToInt32 方法

XmlConvert::ToInt32 method

String 转换为 Int32 等价类型。

static int32_t System::Xml::XmlConvert::ToInt32(const String &s)
参数类型描述
sconst String&待转换的字符串。

ReturnValue

一个 Int32 等价的字符串。

另见