Value.ToString(String, IFormatProvider) Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Value Class > Value Methods > ToString Method >

Value.ToString(String, IFormatProvider) Method

BR.AN.PviServices .NET


Formats the value of the current instance using the specified format.

[Visual Basic]

Public NotOverridable Overloads Sub ToString( _

  ByVal format As String, _

  ByVal provider As IFormatProvider _

) _

   Implements IFormattable.ToString

[C#]

public string ToString(

  string format,

  IFormatProvider provider

);

Parameters

format

The String specifying the format to use.

provider

The IFormatProvider to use to format the value or a null reference (Nothing in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.

Return Value

A String containing the value of the current instance in the specified format.

Implements

IFormattable.ToString

See Also

Value Class | BR.AN.PviServices Namespace | Value.ToString Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]