Click or drag to resize
DataTypeStringFormat Property
If defined, the given format is used to convert the value of this type to a string value. {0} represents the value.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public string StringFormat { get; set; }

Property Value

Type: String
See Also