ToString()
Returns the OracleVector string representation.
Declaration
// C# public string ToString();
Return Value
Returns the vector representation as a JSON format string.
Remarks
If the vector is sparse, then OracleVector.ToString() will return a JSON string in dense format.