PermilleFormatter.ParseInt(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
尝试分析整数每米数的字符串表示形式。
public:
virtual IReference<long long> ^ ParseInt(Platform::String ^ text) = ParseInt;
IReference<long> ParseInt(winrt::hstring const& text);
public System.Nullable<long> ParseInt(string text);
function parseInt(text)
Public Function ParseInt (text As String) As Nullable(Of Long)
参数
- text
-
String
Platform::String
winrt::hstring
要分析的文本。
返回
如果成功,则为对应于字符串表示形式的 Int64 ,否则为 null。
实现
M:Windows.Globalization.NumberFormatting.INumberParser.ParseInt(System.String)
M:Windows.Globalization.NumberFormatting.INumberParser.ParseInt(Platform::String)
M:Windows.Globalization.NumberFormatting.INumberParser.ParseInt(winrt::hstring)