Gets or sets the string that specifies the display format for the value of the data field. Default value is an empty string

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)

Syntax

C#
public string DataFieldFormatString { get; set; }
Visual Basic
Public Property DataFieldFormatString As String
	Get
	Set
Visual C++
public:
property String^ DataFieldFormatString {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String

Remarks

The format syntax must be the same used for the System.String.Format() method of .NET Framework.

See Also