Metodo DedAttrGetProperStringValue
|
Restituisce la stringa con il valore, letto da DedData, sottoforma di stringa per scrittura in attributi.
Restituisce stringa vuota, se non è convertibile.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public string GetProperStringValue(
Object value
)
Public Function GetProperStringValue (
value As Object
) As String
public:
String^ GetProperStringValue(
Object^ value
)
member GetProperStringValue :
value : Object -> string
Parametri
- value
- Tipo: SystemObject
Valore presente nel Database.
Valore di ritorno
Tipo:
StringVedi anche