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

GblMethods..::..FormatValueForPrinterRowKey Method

Formats the value for printer row key.

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

Syntax


public static string FormatValueForPrinterRowKey(
	FieldDataTypes fieldDataType,
	string value
)
Public Shared Function FormatValueForPrinterRowKey ( _
	fieldDataType As FieldDataTypes, _
	value As String _
) As String
public:
static String^ FormatValueForPrinterRowKey(
	FieldDataTypes^ fieldDataType, 
	String^ value
)

Parameters

fieldDataType
Type: RingSoft.DbLookup..::..FieldDataTypes
Type of the field data.
value
Type: String
The value.

Return Value

System.String.