Saves an object to a string as text.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 93.1.0.0
[ObsoleteAttribute("This method is deprecated.", false)]
public static string SaveObjectToString(
Object obj
)[ObsoleteAttribute("This method is deprecated.", false)]
public static string SaveObjectToString(
Object obj
)<ObsoleteAttribute("This method is deprecated.", false)>
Public Shared Function SaveObjectToString (
obj As Object
) As String<ObsoleteAttribute("This method is deprecated.", false)>
Public Shared Function SaveObjectToString (
obj As Object
) As Stringpublic:
[ObsoleteAttribute(L"This method is deprecated.", false)]
static String^ SaveObjectToString(
Object^ obj
)
public:
[ObsoleteAttribute(L"This method is deprecated.", false)]
static String^ SaveObjectToString(
Object^ obj
)
Parameters
- obj
- Type: System Object
The object to save.
Return Value
Type:
StringThe string containing the saved object.
To learn more about persisting objects, see
Persistence in VisionPro