NumeralSystemIdentifiers.MathDbl Property
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.
Gets the identifier for the decimal numeral system using MathDbl characters.
public:
static property Platform::String ^ MathDbl { Platform::String ^ get(); };
static winrt::hstring MathDbl();
public static string MathDbl { get; }
var string = NumeralSystemIdentifiers.mathDbl;
Public Shared ReadOnly Property MathDbl As String
Property Value
The string "MathDbl", which identifies the decimal numeral system using MathDbl characters.