Click or drag to resize

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
)

Parameters

pValue
Type: SystemObject
is a type of object

Return Value

Type: String
a type of string
See Also