Syntax
'Declaration
Public Shared Function ReadFloat( _
ByVal As XmlNodeWrapperBase, _
ByVal As System.String, _
ByVal As System.Single _
) As System.Single
public static System.float ReadFloat(
XmlNodeWrapperBase ,
System.string ,
System.float
)
Parameters
- node
- name
- defValue
See Also