public static byte[] BinarySerialize( object obj )
'Declaration Public Shared Function BinarySerialize( _ ByVal obj As Object _ ) As Byte()
'Usage Dim obj As Object Dim value() As Byte value = AddInUtils.BinarySerialize(obj)
public: static array<byte>^ BinarySerialize( Object^ obj )
Target Platforms
AddInUtils Class AddInUtils Members