Style.NumberFormatLocal 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.
Returns or sets the format code for the object as a string in the language of the user.
public:
property System::String ^ NumberFormatLocal { System::String ^ get(); void set(System::String ^ value); };
public string NumberFormatLocal { get; set; }
Public Property NumberFormatLocal As String
Property Value
Remarks
The Format function uses different format code strings than do the NumberFormat and NumberFormatLocal properties.