ToString()
This method returns the OracleSparseVector
string representation
Declaration
// C# public string ToString();
Return Value
Returns the sparse vector representation as a JSON format string.
Expections
ObjectDisposedException - The object is already disposed.
Remarks
The JSON format string has 3 elements: dimensions, indices, and sparse values.