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)
Syntaxprivate string GetValue(
Object pValue
)
Private Function GetValue (
pValue As Object
) As String
Parameters
- pValue
- Type: SystemObject
Value to formatting (text or number)
Return Value
Type:
StringValue formatted (text to left alignment, number is to right alignment)
Remarks
If triggers an exception then gives back the exception message
See Also