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