Metodo UtilAttrValDaScrivereInPrt
|
Restituisce la stringa con il valore, letto da DedData, da scrivere nella parte.
Restituisce stringa vuota, se non è convertibile.
Namespace:
DedNetInv
Assembly:
DedNetInv (in DedNetInv.dll) Versione: 21.3.0.0 (21.3.0.0)
Sintassi public static string AttrValDaScrivereInPrt(
DedAttr attr,
Object val
)
Public Shared Function AttrValDaScrivereInPrt (
attr As DedAttr,
val As Object
) As String
public:
static String^ AttrValDaScrivereInPrt(
DedAttr^ attr,
Object^ val
)
static member AttrValDaScrivereInPrt :
attr : DedAttr *
val : Object -> string
Parametri
- attr
- Tipo: DedAttr
Attributo da compilare. - val
- Tipo: SystemObject
Valore presente nel Database.
Valore di ritorno
Tipo:
StringVedi anche