Serializes a value object for COM.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function SerializeValueObjectForCom( _
ByVal proxy As Object _
) As String |
Visual Basic (Usage) | Copy Code |
---|
Dim proxy As Object
Dim value As String
value = Converter.SerializeValueObjectForCom(proxy) |
Parameters
- proxy
- The value proxy object to serialize.
Return Value
The serialized value object.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also