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



Teradata.Client.Provider Namespace > TdNumber Structure > ToString Method : ToString(String) Method
The format string
Returns the string representation of the TdNumber based on the format string and current culture of the running thread.
Syntax
'Declaration
 
Public Overloads Function ToString( _
   ByVal format As String _
) As String
'Usage
 
Dim instance As TdNumber
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

Return Value

The string representation of the TdNumber in the format specified in the format string.
Exceptions
ExceptionDescription
An incorrect format specifier is contained in the format string.
Remarks
Refer to TdNumber.ToString for more information on the format string.
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdNumber Structure
TdNumber Members
Overload List
ToString(String,IFormatProvider) Method