Metodo DedAttrGetProperValue(String, Boolean)
             | 
          
        
        
            Trasformo il valore in stringa in un valore coerente con l'attributo
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic 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
 -  
 
Valore di ritorno
Object
Vedi anche