Click or drag to resize

MainWindowGetValue Method

Formatted the value for details information

Namespace:  VMInfoFace.Win
Assembly:  VMInfoFace.Win (in VMInfoFace.Win.exe) Version: 21.5.28.1 (21.5.28.1171)
Syntax
private string GetValue(
	Object pValue
)

Parameters

pValue
Type: SystemObject
Value to formatting (text or number)

Return Value

Type: String
Value formatted (text to left alignment, number is to right alignment)
Remarks
If triggers an exception then gives back the exception message
See Also