[]
Determines whether the specified file contains a top-level Spread XML node.
public static bool IsSpreadXmlFile(string fileName)
Public Shared Function IsSpreadXmlFile(fileName As String) As Boolean
Type | Name | Description |
---|---|---|
string | fileName | Path and file name to consider as a source of Spread XML |
Type | Description |
---|---|
bool | true if is Spread XML file; false otherwise |
Determines whether the specified stream contains a top-level Spread XML node.
public static bool IsSpreadXmlFile(Stream stream)
Public Shared Function IsSpreadXmlFile(stream As Stream) As Boolean
Type | Name | Description |
---|---|---|
Stream | stream | Stream to consider as a source of Spread XML |
Type | Description |
---|---|
bool | true if is Spread XML file; false otherwise |