TopBomIniHelper.AttributeQs.getAttrVal Method

QsInformatica.Utils

TopBomIniHelperAttributeQsgetAttrVal Method

Restituisce il valore del parametro passato alla funzione

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public string getAttrVal(
	string val
)
Public Function getAttrVal ( 
	val As String
) As String
public:
String^ getAttrVal(
	String^ val
)
member getAttrVal : 
        val : string -> string 

Parameters

val
Type: SystemString

[Missing <param name="val"/> documentation for "M:QsInformatica.Utils.TopBomIniHelper.AttributeQs.getAttrVal(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:QsInformatica.Utils.TopBomIniHelper.AttributeQs.getAttrVal(System.String)"]

See Also