Summary
    Formats text to represent a generalized value.
    
		- Namespace
 - TCLite
.Constraints  - Containing Type
 - MsgUtils
 
Syntax
public static string FormatValue(object val)
	Parameters
| Name | Type | Description | 
|---|---|---|
| val | object | The value | 
Return Value
| Type | Description | 
|---|---|
| string | The formatted text | 
