Send feedback on this topic.
Teradata.Client.Provider
ToString(String) Method



Teradata.Client.Provider Namespace > TdIntervalHourToMinute Structure > ToString Method : ToString(String) Method
The format string that will be used to format the TdIntervalHourToMinute.
Converts this instance to its equivalent String representation using the specified format.
Syntax
'Declaration
 
Public Overloads Function ToString( _
   ByVal format As String _
) As String
'Usage
 
Dim instance As TdIntervalHourToMinute
Dim format As String
Dim value As String
 
value = instance.ToString(format)
public string ToString( 
   string format
)
public:
String^ ToString( 
   String^ format
) 

Parameters

format
The format string that will be used to format the TdIntervalHourToMinute.

Return Value

A string representation of the TdIntervalHourToMinute will be returned.
Exceptions
ExceptionDescription
format contains an invalid format specifier.
Remarks

This method supports the following format specifiers:

Format Specifier Description
G

General interval format.

[sign][hours]:[mm]

L

Teradata literal format. This string may be used in generating SQL against the Teradata database.

INTERVAL [sign]'[hours]:[mm]' HOUR TO MINUTE

Below is the description of each format item.

Format Item Description
sign If negative a minus sign will be displayed.
hours The number of hours (1 - 4 digits in length).
mm The number of minutes from 00 - 59.

Requirements

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdIntervalHourToMinute Structure
TdIntervalHourToMinute Members
Overload List