TextFormField
StringFormat Property
|
Gets or sets string text format (text, date/time, number) directly.
Namespace:
Spire.Doc.Fields
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string StringFormat { get; set; }
Public Property StringFormat As String
Get
Set
public:
property String^ StringFormat {
String^ get ();
void set (String^ value);
}
member StringFormat : string with get, set
Property Value
Type:
String
See Also