Value.ToString Method (IFormatProvider)

Converts the Value to an equivalent String using the specified IFormatProvider.

Namespace:  TcHmiSrv.Core
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public string ToString(
    IFormatProvider provider
)

Parameters

provider

Type: System.IFormatProvider
An IFormatProvider that supplies culture-specific formatting information.

Return Value

Type: String
A String that is equivalent to the Value.

Implements

IConvertible.ToString(IFormatProvider)

Reference

Value Class

ToString Overload

TcHmiSrv.Core Namespace