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

ControlsUserInterface..::..FormatValue Method

Formats the value.

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

Syntax


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

Parameters

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

Return Value

System.String.