VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document.Editors Namespace / SpreadsheetEditorCommandSerializer Class / Deserialize(String) Method
Syntax Requirements SeeAlso
In This Topic
Deserialize(String) Method (SpreadsheetEditorCommandSerializer)
In This Topic
Deserializes commands from the specified string.
Syntax
'Declaration

Public Function Deserialize( _
ByVal text
The string that contains serialized commands.
As System.String _
) As SpreadsheetEditorCommand[]
public SpreadsheetEditorCommand[] Deserialize(
System.String text
)

Parameters

text
The string that contains serialized commands.

Return Value

An array of commands.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also