INumberFormatter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface class INumberFormatter
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2768272457, 30326, 19895, 134, 49, 27, 111, 242, 101, 202, 169)]
struct INumberFormatter
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2768272457, 30326, 19895, 134, 49, 27, 111, 242, 101, 202, 169)]
public interface INumberFormatter
Public Interface INumberFormatter
- Derived
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Methods
Format(Double) |
Returns a string representation of a Double value. |
Format(Int64) |
Returns a string representation of an Int64 value. |
Format(UInt64) |
Returns a string representation of a UInt64 value. |