Metodo DedAttrGetProperValue(String, Boolean)
|
Trasformo il valore in stringa in un valore coerente con l'attributo
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public Object GetProperValue(
string value,
bool ignoreMaxLenght
)
Public Function GetProperValue (
value As String,
ignoreMaxLenght As Boolean
) As Object
public:
Object^ GetProperValue(
String^ value,
bool ignoreMaxLenght
)
member GetProperValue :
value : string *
ignoreMaxLenght : bool -> Object
Parametri
- value String
- ignoreMaxLenght Boolean
- Ignora nell'attributo di tipo stringa la sua lunghezza massima
Valore di ritorno
ObjectVedi anche