XdsValueBasestringToType Method |
[Missing <summary> documentation for "M:DXMLBase.Xds.XdsValueBase.stringToType(System.String)"]
Namespace: DXMLBase.XdsAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected virtual XdsValueBaseContentType stringToType(
string stringValue
)
Protected Overridable Function stringToType (
stringValue As String
) As XdsValueBaseContentType
protected:
virtual XdsValueBaseContentType stringToType(
String^ stringValue
)
abstract stringToType :
stringValue : string -> XdsValueBaseContentType
override stringToType :
stringValue : string -> XdsValueBaseContentType
Parameters
- stringValue
- Type: SystemString
[Missing <param name="stringValue"/> documentation for "M:DXMLBase.Xds.XdsValueBase.stringToType(System.String)"]
Return Value
Type:
XdsValueBaseContentTypeThe corresponding index.
See Also