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

LookupSearchForHostFactory..::..FormatValue Method

Formats the value.

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

Syntax


public virtual string FormatValue(
	int hostId,
	string value
)
Public Overridable Function FormatValue ( _
	hostId As Integer, _
	value As String _
) As String
public:
virtual String^ FormatValue(
	int^ hostId, 
	String^ value
)

Parameters

hostId
Type: Int32
The host identifier.
value
Type: String
The value.

Return Value

System.String.