HttpContentTypesExFromString Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
ContentTypesSee Also