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