[This is preliminary documentation and is subject to change.]

Converts the boolean values on the tracker database to its screen representation . In general the database stores the values as '0' and '1', and the user sees them on the screen as the localized version of "Yes" and "No".

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string ConvertTrackerBooleanDBToScreen(
	string tciVal
)
Visual Basic (Declaration)
Public Shared Function ConvertTrackerBooleanDBToScreen ( _
	tciVal As String _
) As String
Visual C++
public:
static String^ ConvertTrackerBooleanDBToScreen(
	String^ tciVal
)

Parameters

tciVal
Type: System..::.String
The database values, It can be "0" or "1"

Return Value

This can only be "Yes" or "No"

See Also