XmlUtilisXmlWhitespace Method (String) |
Returns whether the specified string conforms to the S
production in the XML 1.0 grammar. Such a string consists only of XML
whitespace.
Namespace: DXMLBase.XmlAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool isXmlWhitespace(
string str
)
Public Shared Function isXmlWhitespace (
str As String
) As Boolean
public:
static bool isXmlWhitespace(
String^ str
)
static member isXmlWhitespace :
str : string -> bool
Parameters
- str
- Type: SystemString
the string to be checked
Return Value
Type:
Boolean if the string consists only of XML
whitespace,
if it does not
Bibliography
See Also