HttpContentTypesExFromString Method |
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic static ContentTypes FromString(
string content
)
Public Shared Function FromString (
content As String
) As ContentTypes
public:
static ContentTypes FromString(
String^ content
)
static member FromString :
content : string -> ContentTypes
Parameters
- content
- Type: SystemString
Return Value
Type:
ContentTypes
See Also