Value handling (null)
Namespace:
VMInfoFace.Interface
Assembly:
VMInfoFace.Interface (in VMInfoFace.Interface.dll) 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 object
Return Value
Type:
StringString value. If a null value then return value empty string
See Also