The Parse Method includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
- prefixedContext
- A System.String containing the prefixed context to convert.
| Visual Basic (Declaration) | |
|---|---|
Public Shared Function Parse( _ ByVal prefixedContext As String _ ) As PrefixedContext | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim prefixedContext As String Dim value As PrefixedContext value = PrefixedContext.Parse(prefixedContext) | |
| C# | |
|---|---|
public static PrefixedContext Parse( string prefixedContext ) | |
| C++/CLI | |
|---|---|
public: static PrefixedContext^ Parse( String^ prefixedContext ) | |
Parameters
- prefixedContext
- A System.String containing the prefixed context to convert.
Return Value
A PrefixedContext object corresponding to the string contained in prefixedContext.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code