Metodo UtilFormatAttr (DedAttr, String)
|
Dato l'oggetto dedAttr formatta il valore dell'attributo da inserire in anagrafica e lo ritorna come object
Namespace:
DedNetInv
Assembly:
DedNetInv (in DedNetInv.dll) Versione: 21.3.0.0 (21.3.0.0)
Sintassi public static Object FormatAttr(
DedAttr attr,
string value
)
Public Shared Function FormatAttr (
attr As DedAttr,
value As String
) As Object
public:
static Object^ FormatAttr(
DedAttr^ attr,
String^ value
)
static member FormatAttr :
attr : DedAttr *
value : string -> Object
Parametri
- attr
- Tipo: DedAttr
Attributo di riferimento. - value
- Tipo: SystemString
Valore da formattare.
Valore di ritorno
Tipo:
ObjectRestituisce il valore letto oppure null se non lo trova o se non riesce a convertirlo nel tipo di dati richiesto.
Vedi anche