IGridTextBoxValidationColumnGetFormatOrDefault Method

Gets a string with the set or default format of the column data.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
string GetFormatOrDefault(
	string format = null
)

Parameters

format  String  (Optional)
String with the String format.

Return Value

String
String with the formated result.

See Also