RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

IntegerFieldDefinition..::..FormatValueForColumnMap Method

Formats the value for column map.

Namespace:  RingSoft.DbLookup.ModelDefinition.FieldDefinitions
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public string FormatValueForColumnMap(
	string value
)
Public Function FormatValueForColumnMap ( _
	value As String _
) As String
public:
String^ FormatValueForColumnMap(
	String^ value
)

Parameters

value
Type: String
The value.

Return Value

System.String.