FormatString Property

Summary
Gets or sets the format string for the displayed value.
Syntax
C#
C++/CLI
public string FormatString { get; set; } 
public: 
property String^ FormatString { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The format System.String for the displayed value.

Remarks

The format string is used for display purposes. For example, to display the Patient ID you can set the format string to "Patient ID: {0}"

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.