Exemple #1
0
 /// <summary>
 /// Returns a <see cref="System.String"/> that represents the current <see cref="ZincScalarType"/>.
 /// </summary>
 /// <returns>A <see cref="System.String"/> that represents the current <see cref="ZincScalarType"/>.</returns>
 /// <remarks>
 /// <para>The result is the name of the scalar type (in lower case).</para>
 /// </remarks>
 public override string ToString()
 {
     return(ZincPrintUtils.ScalarLiteral(this.Scalar));
 }