| TopBomIniHelperAttributeQsgetAttrVal Method |
Restituisce il valore del parametro passato alla funzione
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 23.3.0.0 (23.3.0.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