[]
Deserializes a string from XML.
public static string DeserializeString(XmlNodeReader r)
Public Shared Function DeserializeString(r As XmlNodeReader) As String
Type | Name | Description |
---|---|---|
XmlNodeReader | r | XmlNodeReader from which to read the XML |
Type | Description |
---|---|
string |
Deserializes a string from XML.
public static string DeserializeString(XmlNodeReader r, string defaultValue)
Public Shared Function DeserializeString(r As XmlNodeReader, defaultValue As String) As String
Type | Name | Description |
---|---|---|
XmlNodeReader | r | XmlNodeReader from which to read the XML |
string | defaultValue | Default value will be return if node is empty |
Type | Description |
---|---|
string |