DoubleForEqualsToString Method (String, IFormatProvider) |
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Public Function ToString (
format As String,
provider As IFormatProvider
) As String
public string ToString(
string format,
IFormatProvider provider
)
Parameters
- format
- Type: SystemString
- provider
- Type: SystemIFormatProvider
Return Value
Type:
StringSee Also