INumberParser インターフェイス

定義

数値の文字列表現を解析するインターフェイス。

public interface class INumberParser
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3865416722, 18963, 19027, 131, 161, 57, 47, 190, 76, 255, 159)]
struct INumberParser
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3865416722, 18963, 19027, 131, 161, 57, 47, 190, 76, 255, 159)]
public interface INumberParser
Public Interface INumberParser
派生
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

メソッド

ParseDouble(String)

Double 数値の文字列表現の解析を試みます。

ParseInt(String)

整数の数値の文字列表現の解析を試みます。

ParseUInt(String)

符号なし整数の数値の文字列表現を解析しようとします。

適用対象