Gets or sets the numeric format.
Namespace: MSBuild.Community.Tasks.Math
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property NumericFormat As String |
C# |
---|
public string NumericFormat { get; set; } |
C++ |
---|
public property string NumericFormat sealed { String get(); void set(String value); } |
J# |
---|
/** property */ public string get_NumericFormat(); /** property */ public void set_NumericFormat(string value); |
JScript |
---|
public function get NumericFormat() : String public function set NumericFormat(value : String); |
Property Value
The numeric format.
See Also
Documentation version 1.0.0.0.