HttpContentTypesExAsString Method |
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static string AsString(
ContentTypes type
)
Public Shared Function AsString (
type As ContentTypes
) As String
public:
static String^ AsString(
ContentTypes type
)
static member AsString :
type : ContentTypes -> string
Parameters
- type
- Type: Ozeki.NetworkContentTypes
Return Value
Type:
String
See Also