| Visual Basic (Usage) | Copy Code |
|---|---|
Dim extension As ExtensionObject Dim value As IEncodeable value = ExtensionObject.ToEncodeable(extension) | |
| C# | |
|---|---|
public static IEncodeable ToEncodeable( ExtensionObject extension ) | |
Parameters
- extension
- The extension object to convert to an encodeable object
Return Value
Instance of IEncodeable for the embeded object.
Converts an extension object to an encodeable object.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x