ProjectTaskUtilCompactValue Method

Return the base compact value representing the caller's string.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public static string CompactValue(
	string value
)

Parameters

value  String
The value to convert.

Return Value

String
The base compact value of the supplied string.

See Also