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

LookupColumnDefinitionBase..::..GetFormattedValue<(Of <(<'TEntity>)>)> Method

Gets the formatted value.

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

Syntax


public string GetFormattedValue<TEntity>(
	TEntity entity
)
Public Function GetFormattedValue(Of TEntity) ( _
	entity As TEntity _
) As String
public:
generic<typename TEntity>
String^ GetFormattedValue(
	TEntity entity
)

Type Parameters

TEntity
The type of the t entity.

Parameters

entity
Type: TEntity
The entity.

Return Value

System.String.