DataLabel.NumberFormatLocal Property

Definition

Returns or sets an Object value that represents the format code for the object as a string in the language of the user.

public:
 property System::Object ^ NumberFormatLocal { System::Object ^ get(); void set(System::Object ^ value); };
public object NumberFormatLocal { get; set; }
member this.NumberFormatLocal : obj with get, set
Public Property NumberFormatLocal As Object

Property Value

Object

Remarks

The Format function uses different format code strings than do the NumberFormat and NumberFormatLocal properties.

Applies to