FormatString Property

Summary

Gets or sets the format string for the displayed value.

Syntax
C#
VB
C++
public string FormatString { get; set; } 
  
Public Property FormatString As String 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly