Mimer SQL Data Provider
ToString Method (MimerUserDefinedType)




Mimer.Data.Client Namespace > MimerUserDefinedType Class : ToString Method
Formats and returns a string representation of the user defined type.
Syntax
'Declaration
 
Public Overrides Function ToString() As String
public override string ToString()
public function ToString(): String; override; 
public override function ToString() : String;
public: string* ToString(); override 

Return Value

String representation of the user defined type.
Remarks
A list of values that are comma-separated are returned. If there is a nested user defined type, the values of the nested type is surrounded by square brackets.

This routine is suitable to override as this routine only returns a generic representation of a type. However, it allows easy usage of objects such as a System.Windows.Forms.DataGrid.

Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerUserDefinedType Class
MimerUserDefinedType Members