- imageType
- A String containing the JPIP image return type being converted.
| Visual Basic (Declaration) | |
|---|---|
Public Shared Function Parse( _ ByVal imageType As String _ ) As ImageReturnType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public static ImageReturnType Parse( string imageType ) | |
| C++/CLI | |
|---|---|
public: static ImageReturnType^ Parse( String^ imageType ) | |
Parameters
- imageType
- A String containing the JPIP image return type being converted.
Return Value
An ImageReturnType corresponding to the string contained in imageType.For an example, refer to HttpRequestEncoder.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code