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