XdsStatusReportstringToLevel Method |
[Missing <summary> documentation for "M:DXMLBase.Xds.XdsStatusReport.stringToLevel(System.String)"]
Namespace: DXMLBase.XdsAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static XdsStatusReportLevelValue stringToLevel(
string levelString
)
Public Shared Function stringToLevel (
levelString As String
) As XdsStatusReportLevelValue
public:
static XdsStatusReportLevelValue stringToLevel(
String^ levelString
)
static member stringToLevel :
levelString : string -> XdsStatusReportLevelValue
Parameters
- levelString
- Type: SystemString
[Missing <param name="levelString"/> documentation for "M:DXMLBase.Xds.XdsStatusReport.stringToLevel(System.String)"]
Return Value
Type:
XdsStatusReportLevelValue[Missing <returns> documentation for "M:DXMLBase.Xds.XdsStatusReport.stringToLevel(System.String)"]
See Also