INumberParser Interface

Definition

An interface that parses a string representation of a numeric value.

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
Derived
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Methods

ParseDouble(String)

Attempts to parse a string representation of a Double numeric value.

ParseInt(String)

Attempts to parse a string representation of an integer numeric value.

ParseUInt(String)

Attempts to parse a string representation of an unsigned integer numeric value.

Applies to