XdsValueBasetypeToString Method |
[Missing <summary> documentation for "M:DXMLBase.Xds.XdsValueBase.typeToString(DXMLBase.Xds.XdsValueBase.ContentType)"]
Namespace: DXMLBase.XdsAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string typeToString(
XdsValueBaseContentType contentType
)
Public Shared Function typeToString (
contentType As XdsValueBaseContentType
) As String
public:
static String^ typeToString(
XdsValueBaseContentType contentType
)
static member typeToString :
contentType : XdsValueBaseContentType -> string
Parameters
- contentType
- Type: DXMLBase.XdsXdsValueBaseContentType
[Missing <param name="contentType"/> documentation for "M:DXMLBase.Xds.XdsValueBase.typeToString(DXMLBase.Xds.XdsValueBase.ContentType)"]
Return Value
Type:
StringThe corresponding string value.
See Also