ConvertGetValueToString Method | |
Get string of object value. Null value give a "" back
Namespace:
SOWIData.Helper
Assembly:
SOWIData.Helper (in SOWIData.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public static string GetValueToString(
Object pValue
)
Public Shared Function GetValueToString (
pValue As Object
) As String
Parameters
- pValue
- Type: SystemObject
is a type of object
Return Value
Type:
Stringa type of string
See Also